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 TypeMethodDescriptionbooleangetContactList(EntityPermission entityPermission) getContactList(Session session) getContactList(Session session, EntityPermission entityPermission) getContactListForUpdate(Session session) booleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyContactList(EntityPermission entityPermission) getPartyContactList(Session session) getPartyContactList(Session session, EntityPermission entityPermission) getPartyContactListForUpdate(Session session) booleangetPartyForUpdate(Session session) booleangetPreferredContactListContactMechanismPurpose(EntityPermission entityPermission) getPreferredContactListContactMechanismPurpose(Session session, EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetContactList(ContactList entity) voidsetContactListPK(ContactListPK contactListPK) voidsetFromTime(Long fromTime) voidvoidsetPartyContactList(PartyContactList entity) voidvoidsetPartyContactListPK(PartyContactListPK partyContactListPK) voidsetPartyPK(PartyPK partyPK) voidvoidsetPreferredContactListContactMechanismPurposePK(ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK) voidsetThruTime(Long thruTime) voidtoString()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:
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
-
getPartyContactListDetailValue
-
setPartyContactListDetailValue
public void setPartyContactListDetailValue(PartyContactListDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-