Class AnonApplicationConfigurationService
java.lang.Object
dev.getelements.elements.service.application.AnonApplicationConfigurationService
- All Implemented Interfaces:
ApplicationConfigurationService
public class AnonApplicationConfigurationService
extends Object
implements ApplicationConfigurationService
Created by patricktwohig on 6/26/17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApplicationProfiles(String applicationNameOrId, int offset, int count) Gets the applications registered in the databse given the offset and count.getApplicationProfiles(String applicationNameOrId, int offset, int count, String search) Gets the applications registered in the database given the offset and count.voidsetApplicationConfigurationDao(ApplicationConfigurationDao applicationConfigurationDao) updateProductBundles(String applicationConfigurationId, List<ProductBundle> productBundles)
-
Constructor Details
-
AnonApplicationConfigurationService
public AnonApplicationConfigurationService()
-
-
Method Details
-
getApplicationProfiles
public Pagination<ApplicationConfiguration> getApplicationProfiles(String applicationNameOrId, int offset, int count) Description copied from interface:ApplicationConfigurationServiceGets the applications registered in the databse given the offset and count.- Specified by:
getApplicationProfilesin interfaceApplicationConfigurationService- Parameters:
applicationNameOrId- theApplicationname or idoffset- the offsetcount- the count- Returns:
- a
PaginationofApplicationinstances
-
getApplicationProfiles
public Pagination<ApplicationConfiguration> getApplicationProfiles(String applicationNameOrId, int offset, int count, String search) Description copied from interface:ApplicationConfigurationServiceGets the applications registered in the database given the offset and count.- Specified by:
getApplicationProfilesin interfaceApplicationConfigurationService- Parameters:
applicationNameOrId- theApplicationname or idoffset- the offsetcount- the countsearch- a query to filter the results- Returns:
- a
PaginationofApplicationinstances
-
updateProductBundles
public ApplicationConfiguration updateProductBundles(String applicationConfigurationId, List<ProductBundle> productBundles) - Specified by:
updateProductBundlesin interfaceApplicationConfigurationService
-
getApplicationConfigurationDao
-
setApplicationConfigurationDao
@Inject public void setApplicationConfigurationDao(ApplicationConfigurationDao applicationConfigurationDao)
-