|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AgentOperation | |
|---|---|
| com.hack23.cia.model.api.dto.application | Data transfer objects, created in service layer used in web layer. |
| com.hack23.cia.model.impl.application.common | Common application entity model. |
| com.hack23.cia.model.impl.dto.application | |
| com.hack23.cia.service.impl.commondao.api | |
| com.hack23.cia.service.impl.commondao.impl | |
| com.hack23.cia.web.impl.ui.form.admin.commandcenter | Admin Forms for objects in the model. |
| com.hack23.cia.web.impl.ui.navigationview.admin.commandcenter | Admin navigation views. |
| Uses of AgentOperation in com.hack23.cia.model.api.dto.application |
|---|
| Methods in com.hack23.cia.model.api.dto.application that return AgentOperation | |
|---|---|
AgentOperation |
ApplicationModelFactory.createAgentOperation()
Creates a new ApplicationModel object. |
| Methods in com.hack23.cia.model.api.dto.application that return types with arguments of type AgentOperation | |
|---|---|
Class<? extends AgentOperation> |
ApplicationModelFactory.getAgentOperationSpec()
Gets the agent operation spec. |
| Uses of AgentOperation in com.hack23.cia.model.impl.application.common |
|---|
| Classes in com.hack23.cia.model.impl.application.common that implement AgentOperation | |
|---|---|
class |
SoftwareAgentOperation
The Class SoftwareAgentOperation. |
| Uses of AgentOperation in com.hack23.cia.model.impl.dto.application |
|---|
| Methods in com.hack23.cia.model.impl.dto.application that return AgentOperation | |
|---|---|
AgentOperation |
ApplicationModelFactoryImpl.createAgentOperation()
|
| Methods in com.hack23.cia.model.impl.dto.application that return types with arguments of type AgentOperation | |
|---|---|
Class<? extends AgentOperation> |
ApplicationModelFactoryImpl.getAgentOperationSpec()
|
| 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. |
| Methods in com.hack23.cia.service.impl.commondao.api that return types with arguments of type AgentOperation | |
|---|---|
List<AgentOperation> |
ResourceDAO.getAllAgentOperations()
Gets the all agent operations. |
| 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)
|
| Methods in com.hack23.cia.service.impl.commondao.impl that return types with arguments of type AgentOperation | |
|---|---|
List<AgentOperation> |
ResourceDAOImpl.getAllAgentOperations()
|
| Uses of AgentOperation in com.hack23.cia.web.impl.ui.form.admin.commandcenter |
|---|
| Methods in com.hack23.cia.web.impl.ui.form.admin.commandcenter with parameters of type AgentOperation | |
|---|---|
protected void |
AgentOperationForm.createActionBarButtons(com.vaadin.ui.HorizontalLayout actionBar,
UserSessionDto userSessionDTO,
AgentOperation formObject)
|
| Constructors in com.hack23.cia.web.impl.ui.form.admin.commandcenter with parameters of type AgentOperation | |
|---|---|
AgentOperationForm(UserSessionDto userSessionDTO,
AgentOperation agentOperation)
Instantiates a new agent operation form. |
|
| Uses of AgentOperation in com.hack23.cia.web.impl.ui.navigationview.admin.commandcenter |
|---|
| Methods in com.hack23.cia.web.impl.ui.navigationview.admin.commandcenter that return types with arguments of type AgentOperation | |
|---|---|
protected GenericUserInterfaceLoaderService<AgentOperation> |
AbstractAgentsNavigationView.getAgentOperationLoaderService()
Gets the agent operation loader service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||