Class AppCommonServices

java.lang.Object
com.skava.service.impl.AppCommonServices

@Service public class AppCommonServices extends Object
This class is used to consolidate all the services used in multiple app service implementations
Author:
Infosys Equinox
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setOptionalMembers(com.skava.core.properties.AppProperties appProperties, com.skava.core.app.AppMarketPlace appMarketPlace, com.skava.core.app.marketplace.AppMarketPlaceServices appMarketPlaceServices, com.skava.core.auth.AuthTokenHandler authTokenHandler)
    Sets the optional members.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AppCommonServices

      public AppCommonServices()
  • Method Details

    • setOptionalMembers

      @Autowired(required=false) public void setOptionalMembers(com.skava.core.properties.AppProperties appProperties, com.skava.core.app.AppMarketPlace appMarketPlace, com.skava.core.app.marketplace.AppMarketPlaceServices appMarketPlaceServices, com.skava.core.auth.AuthTokenHandler authTokenHandler)
      Sets the optional members.
      Parameters:
      appProperties - the app properties
      appMarketPlace - the app market place
      appMarketPlaceServices - the app market place services
      authTokenHandler - the auth token handler
    • isAppEnabled

      public boolean isAppEnabled()