Uses of Class
com.hack23.cia.model.api.application.events.ConfigurationOperationType

Packages that use ConfigurationOperationType
Package Description
com.hack23.cia.model.api.application.events Provides... 
com.hack23.cia.model.api.application.factory   
com.hack23.cia.model.impl.application.events.admin Provides... 
com.hack23.cia.service.api.configuration Provides... 
com.hack23.cia.web.api.configuration Provides... 
 

Uses of ConfigurationOperationType in com.hack23.cia.model.api.application.events
 

Methods in com.hack23.cia.model.api.application.events that return ConfigurationOperationType
Modifier and Type Method and Description
static ConfigurationOperationType ConfigurationOperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationOperationType[] ConfigurationOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConfigurationOperationType in com.hack23.cia.model.api.application.factory
 

Methods in com.hack23.cia.model.api.application.factory with parameters of type ConfigurationOperationType
Modifier and Type Method and Description
 ActionEvent ApplicationEventsModelFactory.createAgencyActionEvent(Date date, ConfigurationOperationType operation, Long agencyId)
          Creates a new ApplicationEventsModel object.
 

Uses of ConfigurationOperationType in com.hack23.cia.model.impl.application.events.admin
 

Methods in com.hack23.cia.model.impl.application.events.admin that return ConfigurationOperationType
Modifier and Type Method and Description
 ConfigurationOperationType AgencyActionEvent.getOperation()
          Gets the operation.
 

Methods in com.hack23.cia.model.impl.application.events.admin with parameters of type ConfigurationOperationType
Modifier and Type Method and Description
 void AgencyActionEvent.setOperation(ConfigurationOperationType operation)
          Sets the operation.
 

Uses of ConfigurationOperationType in com.hack23.cia.service.api.configuration
 

Methods in com.hack23.cia.service.api.configuration that return ConfigurationOperationType
Modifier and Type Method and Description
 ConfigurationOperationType AgencyRequest.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.service.api.configuration with parameters of type ConfigurationOperationType
Constructor and Description
AgencyRequest(Long userSessionId, ConfigurationOperationType operation, Long agencyId)
          Instantiates a new agency request.
AgencyRequest(Long userSessionId, ConfigurationOperationType operation, Long agencyId, AgencyDto agencyDto)
          Instantiates a new agency request.
 

Uses of ConfigurationOperationType in com.hack23.cia.web.api.configuration
 

Methods in com.hack23.cia.web.api.configuration that return ConfigurationOperationType
Modifier and Type Method and Description
 ConfigurationOperationType AgencyAction.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.web.api.configuration with parameters of type ConfigurationOperationType
Constructor and Description
AgencyAction(ConfigurationOperationType operation, Long agencyId)
          Instantiates a new agency action.
AgencyAction(ConfigurationOperationType updateagency, Long id, AgencyDto agencyDto2)
          Instantiates a new agency action.
 



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