|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.service.impl.ApplicationManagerImpl
@Service(value="ApplicationManager") public class ApplicationManagerImpl
The Class ApplicationManagerImpl.
| Constructor Summary | |
|---|---|
ApplicationManagerImpl()
Instantiates a new application manager impl. |
|
ApplicationManagerImpl(List<BusinessService> businessServices)
Instantiates a new application manager impl. |
|
| Method Summary | ||
|---|---|---|
Object |
authenticate(String username,
String password)
Authenticate. |
|
AgentContainer |
getAgentContainer()
Gets the agent container. |
|
|
getDataContainer(Class<T> dataObject)
Gets the data container. |
|
GeoIpCountryService |
getGeoIpCountryService()
Gets the geo ip country service. |
|
OperationalStatementDAO |
getOperationalStatementDAO()
Gets the operational statement dao. |
|
Translator |
getTranslator()
Gets the translator. |
|
void |
logout()
Logout. |
|
ServiceResponse |
service(ServiceRequest serviceRequest)
Service. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationManagerImpl()
public ApplicationManagerImpl(List<BusinessService> businessServices)
businessServices - the business services| Method Detail |
|---|
public Object authenticate(String username,
String password)
ApplicationManager
authenticate in interface ApplicationManagerusername - the usernamepassword - the password
public AgentContainer getAgentContainer()
ApplicationManager
getAgentContainer in interface ApplicationManagerpublic <T extends Serializable,ID extends Serializable> DataContainer<T,ID> getDataContainer(Class<T> dataObject)
ApplicationManager
getDataContainer in interface ApplicationManagerT - the generic typeID - the generic typedataObject - the data object
public GeoIpCountryService getGeoIpCountryService()
ApplicationManager
getGeoIpCountryService in interface ApplicationManagerpublic OperationalStatementDAO getOperationalStatementDAO()
ApplicationManager
getOperationalStatementDAO in interface ApplicationManagerpublic Translator getTranslator()
ApplicationManager
getTranslator in interface ApplicationManagerpublic void logout()
ApplicationManager
logout in interface ApplicationManager@Secured(value="ROLE_ANONYMOUS") public final ServiceResponse service(ServiceRequest serviceRequest)
ApplicationManager
service in interface ApplicationManagerserviceRequest - the service request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||