|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentOperation | |
---|---|
com.hack23.cia.model.application.impl.common | Common application entity model. |
com.hack23.cia.service.impl.admin | Admin service implementations. |
com.hack23.cia.service.impl.commondao.api | |
com.hack23.cia.service.impl.commondao.impl | |
com.hack23.cia.web.views.form.admin | Admin Forms for objects in the model. |
Uses of AgentOperation in com.hack23.cia.model.application.impl.common |
---|
Classes in com.hack23.cia.model.application.impl.common that implement AgentOperation | |
---|---|
class |
SoftwareAgentOperation
The Class SoftwareAgentOperation. |
Uses of AgentOperation in com.hack23.cia.service.impl.admin |
---|
Methods in com.hack23.cia.service.impl.admin that return AgentOperation | |
---|---|
AgentOperation |
AdminServiceImpl.loadAgentOperation(Long id)
|
AgentOperation |
AdminService.loadAgentOperation(Long valueOf)
Load agent operation. |
Uses of AgentOperation in com.hack23.cia.service.impl.commondao.api |
---|
Methods in com.hack23.cia.service.impl.commondao.api that return AgentOperation | |
---|---|
AgentOperation |
ResourceDAO.createAgentOperationByNameAndCode(String agentName,
String agentOperativeCode)
Creates the agent operation by name and code. |
AgentOperation |
ResourceDAO.getAgentOperationByNameAndCode(String agentName,
String agentOperativeCode)
Gets the agent operation by name and code. |
AgentOperation |
ResourceDAO.loadAgentOperation(Long id)
Load agent operation. |
Uses of AgentOperation in com.hack23.cia.service.impl.commondao.impl |
---|
Methods in com.hack23.cia.service.impl.commondao.impl that return AgentOperation | |
---|---|
AgentOperation |
ResourceDAOImpl.createAgentOperationByNameAndCode(String agentName,
String agentOperativeCode)
|
AgentOperation |
ResourceDAOImpl.getAgentOperationByNameAndCode(String agentName,
String agentOperativeCode)
|
AgentOperation |
ResourceDAOImpl.loadAgentOperation(Long id)
|
Uses of AgentOperation in com.hack23.cia.web.views.form.admin |
---|
Constructors in com.hack23.cia.web.views.form.admin with parameters of type AgentOperation | |
---|---|
AgentOperationForm(UserSessionDTO userSessionDTO,
AgentOperation agentOperation)
Instantiates a new agent operation form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |