Class PartyRelationship
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.party.server.entity.PartyRelationship
- 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 PartyRelationshipPartyRelationship
(PartyRelationshipValue value, EntityPermission entityPermission) Creates a new instance of PartyRelationship -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromParty
(EntityPermission entityPermission) getFromParty
(Session session) getFromParty
(Session session, EntityPermission entityPermission) getFromPartyForUpdate
(Session session) boolean
getFromRoleType
(EntityPermission entityPermission) getFromRoleType
(Session session) getFromRoleType
(Session session, EntityPermission entityPermission) getFromRoleTypeForUpdate
(Session session) boolean
boolean
getPartyRelationshipType
(EntityPermission entityPermission) getPartyRelationshipType
(Session session) getPartyRelationshipType
(Session session, EntityPermission entityPermission) getPartyRelationshipTypeForUpdate
(Session session) boolean
boolean
getToParty
(EntityPermission entityPermission) getToParty
(Session session) getToParty
(Session session, EntityPermission entityPermission) getToPartyForUpdate
(Session session) boolean
getToRoleType
(EntityPermission entityPermission) getToRoleType
(Session session) getToRoleType
(Session session, EntityPermission entityPermission) getToRoleTypeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromParty
(Party entity) void
setFromPartyPK
(PartyPK fromPartyPK) void
setFromRoleType
(RoleType entity) void
setFromRoleTypePK
(RoleTypePK fromRoleTypePK) void
setFromTime
(Long fromTime) void
void
setPartyRelationshipTypePK
(PartyRelationshipTypePK partyRelationshipTypePK) void
void
setThruTime
(Long thruTime) void
setToParty
(Party entity) void
setToPartyPK
(PartyPK toPartyPK) void
setToRoleType
(RoleType entity) void
setToRoleTypePK
(RoleTypePK toRoleTypePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyRelationship
Creates a new instance of PartyRelationship- Throws:
PersistenceException
-
PartyRelationship
Creates a new instance of PartyRelationship
-
-
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
-
getPartyRelationshipValue
-
setPartyRelationshipValue
public void setPartyRelationshipValue(PartyRelationshipValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyRelationshipTypePK
-
getPartyRelationshipType
public PartyRelationshipType getPartyRelationshipType(Session session, EntityPermission entityPermission) -
getPartyRelationshipType
-
getPartyRelationshipType
-
getPartyRelationshipType
-
getPartyRelationshipTypeForUpdate
-
getPartyRelationshipTypeForUpdate
-
setPartyRelationshipTypePK
public void setPartyRelationshipTypePK(PartyRelationshipTypePK partyRelationshipTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyRelationshipType
-
getPartyRelationshipTypePKHasBeenModified
-
getFromPartyPK
-
getFromParty
-
getFromParty
-
getFromParty
-
getFromParty
-
getFromPartyForUpdate
-
getFromPartyForUpdate
-
setFromPartyPK
public void setFromPartyPK(PartyPK fromPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFromParty
-
getFromPartyPKHasBeenModified
-
getFromRoleTypePK
-
getFromRoleType
-
getFromRoleType
-
getFromRoleType
-
getFromRoleType
-
getFromRoleTypeForUpdate
-
getFromRoleTypeForUpdate
-
setFromRoleTypePK
public void setFromRoleTypePK(RoleTypePK fromRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFromRoleType
-
getFromRoleTypePKHasBeenModified
-
getToPartyPK
-
getToParty
-
getToParty
-
getToParty
-
getToParty
-
getToPartyForUpdate
-
getToPartyForUpdate
-
setToPartyPK
public void setToPartyPK(PartyPK toPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setToParty
-
getToPartyPKHasBeenModified
-
getToRoleTypePK
-
getToRoleType
-
getToRoleType
-
getToRoleType
-
getToRoleType
-
getToRoleTypeForUpdate
-
getToRoleTypeForUpdate
-
setToRoleTypePK
public void setToRoleTypePK(RoleTypePK toRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setToRoleType
-
getToRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-