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 TypeMethodDescriptionbooleangetCommand(EntityPermission entityPermission) getCommand(Session session) getCommand(Session session, EntityPermission entityPermission) getCommandForUpdate(Session session) booleanbooleanbooleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleangetUserVisit(EntityPermission entityPermission) getUserVisit(Session session) getUserVisit(Session session, EntityPermission entityPermission) booleangetUserVisitForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetCommand(Command entity) voidsetCommandPK(CommandPK commandPK) voidsetEndTime(Long endTime) voidsetHadExecutionErrors(Boolean hadExecutionErrors) voidsetHadSecurityErrors(Boolean hadSecurityErrors) voidsetHadValidationErrors(Boolean hadValidationErrors) voidvoidsetPartyPK(PartyPK partyPK) voidsetStartTime(Long startTime) voidsetUserVisit(UserVisit entity) voidsetUserVisitCommandSequence(Integer userVisitCommandSequence) voidvoidsetUserVisitPK(UserVisitPK userVisitPK) voidtoString()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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getUserVisitCommandValue
-
setUserVisitCommandValue
public void setUserVisitCommandValue(UserVisitCommandValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-