Uses of Interface
com.hack23.cia.model.api.application.control.AgentOperation

Packages that use AgentOperation
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
 

Methods in com.hack23.cia.model.api.application.factory that return AgentOperation
Modifier and Type Method and Description
 AgentOperation ApplicationControlModelFactory.createAgentOperation(AgentOperation.AgentOperationType agentOperationType)
          Creates a new ApplicationControlModel object.
 

Methods in com.hack23.cia.model.api.application.factory that return types with arguments of type AgentOperation
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
 

Classes in com.hack23.cia.model.impl.application.control that implement AgentOperation
Modifier and Type Class and Description
 class SoftwareAgentOperation
          The Class SoftwareAgentOperation.
 

Uses of AgentOperation in com.hack23.cia.service.impl.commondao.api
 

Methods in com.hack23.cia.service.impl.commondao.api that return AgentOperation
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.
 

Methods in com.hack23.cia.service.impl.commondao.api that return types with arguments of type AgentOperation
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
 

Methods in com.hack23.cia.service.impl.commondao.impl that return AgentOperation
Modifier and Type Method and Description
 AgentOperation ResourceDAOImpl.findOrCreateAgentOperation(String agentName, String agentOperativeCode, AgentOperation.AgentOperationType agentOperationType)
           
 AgentOperation ResourceDAOImpl.loadAgentOperation(Long id)
           
 

Methods in com.hack23.cia.service.impl.commondao.impl that return types with arguments of type AgentOperation
Modifier and Type Method and Description
 List<AgentOperation> ResourceDAOImpl.getAllAgentOperations()
           
 

Uses of AgentOperation in com.hack23.cia.web.impl.ui.form.control
 

Methods in com.hack23.cia.web.impl.ui.form.control with parameters of type AgentOperation
Modifier and Type Method and Description
protected  void AgentOperationForm.createActionBarButtons(com.vaadin.ui.HorizontalLayout actionBar, UserSessionDto userSessionDTO, AgentOperation formObject)
           
 

Constructors in com.hack23.cia.web.impl.ui.form.control with parameters of type AgentOperation
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
 

Methods in com.hack23.cia.web.impl.ui.navigationview.control that return types with arguments of type AgentOperation
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<AgentOperation> AbstractAgentsNavigationView.getAgentOperationLoaderService()
          Gets the agent operation loader service.
 

Method parameters in com.hack23.cia.web.impl.ui.navigationview.control with type arguments of type AgentOperation
Modifier and Type Method and Description
protected  void AbstractAgentsNavigationView.createContainer(AgentOperationContainer container, List<AgentOperation> objects, AgentOperation.AgentOperationType agentOperationType)
          Creates the container.
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.