Class PartyStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.party.server.entity.PartyStatus
- 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 PartyStatusPartyStatus(PartyStatusValue value, EntityPermission entityPermission) Creates a new instance of PartyStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) booleangetPartyForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidvoidsetPartyCachedSearchSequence(Integer partyCachedSearchSequence) voidsetPartyPK(PartyPK partyPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyStatus
Creates a new instance of PartyStatus- Throws:
PersistenceException
-
PartyStatus
Creates a new instance of PartyStatus
-
-
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
-
getPartyStatusValue
-
setPartyStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getPartyCachedSearchSequence
-
setPartyCachedSearchSequence
public void setPartyCachedSearchSequence(Integer partyCachedSearchSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPartyCachedSearchSequenceHasBeenModified
-