|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 servicesMethod Detail |
---|
public Object authenticate(String username, String password)
ApplicationManager
authenticate
in interface ApplicationManager
username
- the usernamepassword
- the password
public AgentContainer getAgentContainer()
ApplicationManager
getAgentContainer
in interface ApplicationManager
public <T extends Serializable,ID extends Serializable> DataContainer<T,ID> getDataContainer(Class<T> dataObject)
ApplicationManager
getDataContainer
in interface ApplicationManager
T
- the generic typeID
- the generic typedataObject
- the data object
public GeoIpCountryService getGeoIpCountryService()
ApplicationManager
getGeoIpCountryService
in interface ApplicationManager
public OperationalStatementDAO getOperationalStatementDAO()
ApplicationManager
getOperationalStatementDAO
in interface ApplicationManager
public Translator getTranslator()
ApplicationManager
getTranslator
in interface ApplicationManager
public void logout()
ApplicationManager
logout
in interface ApplicationManager
@Secured(value="ROLE_ANONYMOUS") public final ServiceResponse service(ServiceRequest serviceRequest)
ApplicationManager
service
in interface ApplicationManager
serviceRequest
- the service request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |