Class SuperUserMatchmakingApplicationConfigurationService
java.lang.Object
dev.getelements.elements.service.application.SuperUserMatchmakingApplicationConfigurationService
- All Implemented Interfaces:
MatchmakingApplicationConfigurationService
public class SuperUserMatchmakingApplicationConfigurationService
extends Object
implements MatchmakingApplicationConfigurationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateApplicationConfiguration(String applicationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Updates an application with the specific name/identifiers.voiddeleteApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId) Deletes anMatchmakingApplicationConfigurationusing the ID as reference.getApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId) Gets an application with the specific name or identifier.voidsetApplicationConfigurationDao(ApplicationConfigurationDao applicationConfigurationDao) updateApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Updates an application with the specific name/identifiers.
-
Constructor Details
-
SuperUserMatchmakingApplicationConfigurationService
public SuperUserMatchmakingApplicationConfigurationService()
-
-
Method Details
-
deleteApplicationConfiguration
public void deleteApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId) Description copied from interface:MatchmakingApplicationConfigurationServiceDeletes anMatchmakingApplicationConfigurationusing the ID as reference.- Specified by:
deleteApplicationConfigurationin interfaceMatchmakingApplicationConfigurationService- Parameters:
applicationNameOrId- theApplicationname or idapplicationConfigurationNameOrId- theApplicationConfigurationid
-
getApplicationConfiguration
public MatchmakingApplicationConfiguration getApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId) Description copied from interface:MatchmakingApplicationConfigurationServiceGets an application with the specific name or identifier.- Specified by:
getApplicationConfigurationin interfaceMatchmakingApplicationConfigurationService- Parameters:
applicationNameOrId- theApplicationname or idapplicationConfigurationNameOrId- theApplicationConfigurationid
-
createApplicationConfiguration
public MatchmakingApplicationConfiguration createApplicationConfiguration(String applicationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Description copied from interface:MatchmakingApplicationConfigurationServiceUpdates an application with the specific name/identifiers.- Specified by:
createApplicationConfigurationin interfaceMatchmakingApplicationConfigurationService- Parameters:
applicationNameOrId- theApplicationname or idmatchmakingApplicationConfiguration- theMatchmakingApplicationConfigurationobject to write- Returns:
- the
MatchmakingApplicationConfigurationobject as it was persisted to the database.
-
updateApplicationConfiguration
public MatchmakingApplicationConfiguration updateApplicationConfiguration(String applicationNameOrId, String applicationConfigurationNameOrId, MatchmakingApplicationConfiguration matchmakingApplicationConfiguration) Description copied from interface:MatchmakingApplicationConfigurationServiceUpdates an application with the specific name/identifiers.- Specified by:
updateApplicationConfigurationin interfaceMatchmakingApplicationConfigurationService- Parameters:
applicationNameOrId- theApplicationname or idapplicationConfigurationNameOrId- theMatchmakingApplicationConfigurationidmatchmakingApplicationConfiguration- theMatchmakingApplicationConfigurationobject to write- Returns:
- the
MatchmakingApplicationConfigurationobject as it was persisted to the database.
-
getApplicationConfigurationDao
-
setApplicationConfigurationDao
@Inject public void setApplicationConfigurationDao(ApplicationConfigurationDao applicationConfigurationDao)
-