Class UserVisitCommand
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.user.server.entity.UserVisitCommand
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of UserVisitCommandUserVisitCommand
(UserVisitCommandValue value, EntityPermission entityPermission) Creates a new instance of UserVisitCommand -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCommand
(EntityPermission entityPermission) getCommand
(Session session) getCommand
(Session session, EntityPermission entityPermission) getCommandForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
getUserVisit
(EntityPermission entityPermission) getUserVisit
(Session session) getUserVisit
(Session session, EntityPermission entityPermission) boolean
getUserVisitForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setCommand
(Command entity) void
setCommandPK
(CommandPK commandPK) void
setEndTime
(Long endTime) void
setHadExecutionErrors
(Boolean hadExecutionErrors) void
setHadSecurityErrors
(Boolean hadSecurityErrors) void
setHadValidationErrors
(Boolean hadValidationErrors) void
void
setPartyPK
(PartyPK partyPK) void
setStartTime
(Long startTime) void
setUserVisit
(UserVisit entity) void
setUserVisitCommandSequence
(Integer userVisitCommandSequence) void
void
setUserVisitPK
(UserVisitPK userVisitPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
UserVisitCommand
Creates a new instance of UserVisitCommand- Throws:
PersistenceException
-
UserVisitCommand
Creates a new instance of UserVisitCommand
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getUserVisitCommandValue
-
setUserVisitCommandValue
public void setUserVisitCommandValue(UserVisitCommandValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getUserVisitPK
-
getUserVisit
-
getUserVisit
-
getUserVisit
-
getUserVisit
-
getUserVisitForUpdate
-
getUserVisitForUpdate
-
setUserVisitPK
public void setUserVisitPK(UserVisitPK userVisitPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUserVisit
-
getUserVisitPKHasBeenModified
-
getUserVisitCommandSequence
-
setUserVisitCommandSequence
public void setUserVisitCommandSequence(Integer userVisitCommandSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUserVisitCommandSequenceHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getCommandPK
-
getCommand
-
getCommand
-
getCommand
-
getCommand
-
getCommandForUpdate
-
getCommandForUpdate
-
setCommandPK
public void setCommandPK(CommandPK commandPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommand
-
getCommandPKHasBeenModified
-
getStartTime
-
setStartTime
public void setStartTime(Long startTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getStartTimeHasBeenModified
-
getEndTime
-
setEndTime
public void setEndTime(Long endTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEndTimeHasBeenModified
-
getHadSecurityErrors
-
setHadSecurityErrors
public void setHadSecurityErrors(Boolean hadSecurityErrors) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHadSecurityErrorsHasBeenModified
-
getHadValidationErrors
-
setHadValidationErrors
public void setHadValidationErrors(Boolean hadValidationErrors) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHadValidationErrorsHasBeenModified
-
getHadExecutionErrors
-
setHadExecutionErrors
public void setHadExecutionErrors(Boolean hadExecutionErrors) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHadExecutionErrorsHasBeenModified
-