|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.common.impl.BaseEntity com.hack23.cia.model.application.impl.common.AbstractActionEvent com.hack23.cia.model.application.impl.admin.AbstractAdminActionEvent com.hack23.cia.model.application.impl.admin.AbstractConfigurationActionEvent com.hack23.cia.model.application.impl.admin.PortalActionEvent
@Entity public class PortalActionEvent
The Class PortalActionEvent.
Nested Class Summary | |
---|---|
static class |
PortalActionEvent.Operation
The Enum Operation. |
Constructor Summary | |
---|---|
PortalActionEvent()
Instantiates a new portal action event. |
|
PortalActionEvent(Date createdDate,
UserSession userSession,
PortalActionEvent.Operation operation,
Long portalId)
Instantiates a new portal action event. |
Method Summary | |
---|---|
PortalActionEvent.Operation |
getOperation()
Gets the operation. |
Long |
getPortalId()
Gets the portal id. |
void |
setOperation(PortalActionEvent.Operation operation)
Sets the operation. |
void |
setPortalId(Long portalId)
Sets the portal id. |
Methods inherited from class com.hack23.cia.model.application.impl.common.AbstractActionEvent |
---|
computeExutionTime, getActionEventType, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, setVersion |
Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity |
---|
equals, hashCode, isNew |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject |
---|
isNew |
Constructor Detail |
---|
public PortalActionEvent()
public PortalActionEvent(Date createdDate, UserSession userSession, PortalActionEvent.Operation operation, Long portalId)
createdDate
- the created dateuserSession
- the user sessionoperation
- the operationportalId
- the portal idMethod Detail |
---|
public PortalActionEvent.Operation getOperation()
public Long getPortalId()
public void setOperation(PortalActionEvent.Operation operation)
operation
- the new operationpublic void setPortalId(Long portalId)
portalId
- the new portal id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |