Class PushApplicationConfigurationService

  • All Implemented Interfaces:
    java.io.Serializable

    @ApplicationScoped
    @Named("PushApplicationConfigurationService")
    public class PushApplicationConfigurationService
    extends java.lang.Object
    implements java.io.Serializable
    Allows to prepare oxPush platform specifis configurations
    Author:
    Yuriy Movchan Date: 02/03/2014
    See Also:
    Serialized Form
    • Constructor Detail

      • PushApplicationConfigurationService

        public PushApplicationConfigurationService()
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • getPlatformDescriptionList

        public java.util.List<java.lang.String> getPlatformDescriptionList​(PushApplication pushApplication)