Package com.skava.service.impl
Class AppCommonServices
java.lang.Object
com.skava.service.impl.AppCommonServices
This class is used to consolidate all the services used in multiple app service implementations
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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.
-
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 propertiesappMarketPlace
- the app market placeappMarketPlaceServices
- the app market place servicesauthTokenHandler
- the auth token handler
-
isAppEnabled
public boolean isAppEnabled()
-