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 TypeMethodDescriptionboolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) boolean
getPartyForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
void
setPartyCachedSearchSequence
(Integer partyCachedSearchSequence) void
setPartyPK
(PartyPK partyPK) void
void
toString()
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:
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
-
getPartyStatusValue
-
setPartyStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-