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

Packages that use LanguageOperationType
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.content Provides... 
 

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

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

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

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

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

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

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

Constructors in com.hack23.cia.model.impl.application.events.admin with parameters of type LanguageOperationType
Constructor and Description
LanguageAgencyActionEvent(Date createdDate, Long agencyId, Long languageId, LanguageOperationType operation)
          Instantiates a new language agency action event.
 

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

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

Constructors in com.hack23.cia.service.api.configuration with parameters of type LanguageOperationType
Constructor and Description
LanguageRequest(Long userSessionId, LanguageOperationType operation, AgencyDto agencyDto, LanguageDto languageDto)
          Instantiates a new language request.
 

Uses of LanguageOperationType in com.hack23.cia.web.api.content
 

Methods in com.hack23.cia.web.api.content that return LanguageOperationType
Modifier and Type Method and Description
 LanguageOperationType LanguageAgencyAction.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.web.api.content with parameters of type LanguageOperationType
Constructor and Description
LanguageAgencyAction(LanguageOperationType operation, AgencyDto agency, LanguageDto lang)
          Instantiates a new language agency action.
 



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