Class PartyContactListDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contactlist.server.entity.PartyContactListDetail
- 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 PartyContactListDetailPartyContactListDetail
(PartyContactListDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyContactListDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContactList
(EntityPermission entityPermission) getContactList
(Session session) getContactList
(Session session, EntityPermission entityPermission) getContactListForUpdate
(Session session) boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyContactList
(EntityPermission entityPermission) getPartyContactList
(Session session) getPartyContactList
(Session session, EntityPermission entityPermission) getPartyContactListForUpdate
(Session session) boolean
getPartyForUpdate
(Session session) boolean
getPreferredContactListContactMechanismPurpose
(EntityPermission entityPermission) getPreferredContactListContactMechanismPurpose
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setContactList
(ContactList entity) void
setContactListPK
(ContactListPK contactListPK) void
setFromTime
(Long fromTime) void
void
setPartyContactList
(PartyContactList entity) void
void
setPartyContactListPK
(PartyContactListPK partyContactListPK) void
setPartyPK
(PartyPK partyPK) void
void
setPreferredContactListContactMechanismPurposePK
(ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyContactListDetail
Creates a new instance of PartyContactListDetail- Throws:
PersistenceException
-
PartyContactListDetail
Creates a new instance of PartyContactListDetail
-
-
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
-
getPartyContactListDetailValue
-
setPartyContactListDetailValue
public void setPartyContactListDetailValue(PartyContactListDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyContactListPK
-
getPartyContactList
-
getPartyContactList
-
getPartyContactList
-
getPartyContactList
-
getPartyContactListForUpdate
-
getPartyContactListForUpdate
-
setPartyContactListPK
public void setPartyContactListPK(PartyContactListPK partyContactListPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyContactList
-
getPartyContactListPKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getContactListPK
-
getContactList
-
getContactList
-
getContactList
-
getContactList
-
getContactListForUpdate
-
getContactListForUpdate
-
setContactListPK
public void setContactListPK(ContactListPK contactListPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactList
-
getContactListPKHasBeenModified
-
getPreferredContactListContactMechanismPurposePK
-
getPreferredContactListContactMechanismPurpose
public ContactListContactMechanismPurpose getPreferredContactListContactMechanismPurpose(Session session, EntityPermission entityPermission) -
getPreferredContactListContactMechanismPurpose
public ContactListContactMechanismPurpose getPreferredContactListContactMechanismPurpose(EntityPermission entityPermission) -
getPreferredContactListContactMechanismPurpose
-
getPreferredContactListContactMechanismPurpose
-
getPreferredContactListContactMechanismPurposeForUpdate
-
getPreferredContactListContactMechanismPurposeForUpdate
-
setPreferredContactListContactMechanismPurposePK
public void setPreferredContactListContactMechanismPurposePK(ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPreferredContactListContactMechanismPurpose
public void setPreferredContactListContactMechanismPurpose(ContactListContactMechanismPurpose entity) -
getPreferredContactListContactMechanismPurposePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-