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

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

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

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

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

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

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

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

Constructors in com.hack23.cia.model.impl.application.events.admin with parameters of type PortalOperationType
Constructor and Description
PortalActionEvent(Date createdDate, PortalOperationType operation, Long portalId)
          Instantiates a new portal action event.
 

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

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

Constructors in com.hack23.cia.service.api.configuration with parameters of type PortalOperationType
Constructor and Description
PortalRequest(Long userSessionId, PortalOperationType operation, PortalDto portalDto)
          Instantiates a new portal request.
 

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

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

Constructors in com.hack23.cia.web.api.configuration with parameters of type PortalOperationType
Constructor and Description
PortalAction(PortalOperationType operation, PortalDto portal)
          Instantiates a new portal action.
 



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