|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| com.hack23.cia.model.api.application.factory | |
| com.hack23.cia.model.impl.application.control | Provides... |
| com.hack23.cia.service.impl.commondao.api | Provides... |
| com.hack23.cia.service.impl.commondao.impl | Provides... |
| com.hack23.cia.web.impl.ui.form.control | Provides... |
| com.hack23.cia.web.impl.ui.navigationview.control | Provides... |
| Uses of AgentOperation in com.hack23.cia.model.api.application.factory |
|---|
| Modifier and Type | Method and Description |
|---|---|
AgentOperation |
ApplicationControlModelFactory.createAgentOperation(AgentOperation.AgentOperationType agentOperationType)
Creates a new ApplicationControlModel object. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AgentOperation> |
ApplicationControlModelFactory.getAgentOperationSpec()
Gets the agent operation spec. |
| Uses of AgentOperation in com.hack23.cia.model.impl.application.control |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
SoftwareAgentOperation
The Class SoftwareAgentOperation. |
| Uses of AgentOperation in com.hack23.cia.service.impl.commondao.api |
|---|
| Modifier and Type | Method and Description |
|---|---|
AgentOperation |
ResourceDAO.findOrCreateAgentOperation(String agentName,
String agentOperativeCode,
AgentOperation.AgentOperationType agentOperationType)
Find or create agent operation. |
AgentOperation |
ResourceDAO.loadAgentOperation(Long id)
Load agent operation. |
| Modifier and Type | Method and Description |
|---|---|
List<AgentOperation> |
ResourceDAO.getAllAgentOperations()
Gets the all agent operations. |
| Uses of AgentOperation in com.hack23.cia.service.impl.commondao.impl |
|---|
| Modifier and Type | Method and Description |
|---|---|
AgentOperation |
ResourceDAOImpl.findOrCreateAgentOperation(String agentName,
String agentOperativeCode,
AgentOperation.AgentOperationType agentOperationType)
|
AgentOperation |
ResourceDAOImpl.loadAgentOperation(Long id)
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentOperation> |
ResourceDAOImpl.getAllAgentOperations()
|
| Uses of AgentOperation in com.hack23.cia.web.impl.ui.form.control |
|---|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AgentOperationForm.createActionBarButtons(com.vaadin.ui.HorizontalLayout actionBar,
UserSessionDto userSessionDTO,
AgentOperation formObject)
|
| Constructor and Description |
|---|
AgentOperationForm(UserSessionDto userSessionDTO,
AgentOperation agentOperation)
Instantiates a new agent operation form. |
| Uses of AgentOperation in com.hack23.cia.web.impl.ui.navigationview.control |
|---|
| Modifier and Type | Method and Description |
|---|---|
protected GenericUserInterfaceLoaderService<AgentOperation> |
AbstractAgentsNavigationView.getAgentOperationLoaderService()
Gets the agent operation loader service. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAgentsNavigationView.createContainer(AgentOperationContainer container,
List<AgentOperation> objects,
AgentOperation.AgentOperationType agentOperationType)
Creates the container. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||