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

Packages that use LanguageContentOperationType
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 LanguageContentOperationType in com.hack23.cia.model.api.application.events
 

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

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

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

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

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

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

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

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

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

Constructors in com.hack23.cia.service.api.configuration with parameters of type LanguageContentOperationType
Constructor and Description
LanguageContentRequest(Long userSessionId, LanguageContentOperationType operation, AgencyDto agencyDto, LanguageContentDto languageContentDto)
          Instantiates a new language content request.
 

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

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

Constructors in com.hack23.cia.web.api.content with parameters of type LanguageContentOperationType
Constructor and Description
LanguageContentAction(LanguageContentOperationType operation, AgencyDto agency, LanguageContentDto languageContent)
          Instantiates a new language content action.
 



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