Uses of Class
com.echothree.model.data.contactlist.common.pk.ContactListPK
Packages that use ContactListPK
Package
Description
-
Uses of ContactListPK in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListPKModifier and TypeMethodDescriptionContactListContactMechanismPurposeDetail.getContactListPK()
ContactListDescription.getContactListPK()
ContactListDetail.getContactListPK()
CustomerTypeContactList.getContactListPK()
PartyContactListDetail.getContactListPK()
PartyTypeContactList.getContactListPK()
ContactList.getPrimaryKey()
Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListPKModifier and TypeMethodDescriptionvoid
ContactListContactMechanismPurposeDetail.setContactListPK
(ContactListPK contactListPK) void
ContactListDescription.setContactListPK
(ContactListPK contactListPK) void
ContactListDetail.setContactListPK
(ContactListPK contactListPK) void
CustomerTypeContactList.setContactListPK
(ContactListPK contactListPK) void
PartyContactListDetail.setContactListPK
(ContactListPK contactListPK) void
PartyTypeContactList.setContactListPK
(ContactListPK contactListPK) -
Uses of ContactListPK in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListPKModifier and TypeMethodDescriptionContactListFactory.getNextPK()
ContactListFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContactListFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListPKModifier and TypeMethodDescriptionContactListFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContactListFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContactListFactory.getPKsFromResultSetAsList
(ResultSet rs) ContactListFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListPKModifier and TypeMethodDescriptionContactListContactMechanismPurposeDetailFactory.create
(ContactListContactMechanismPurposePK contactListContactMechanismPurposePK, ContactListPK contactListPK, ContactMechanismPurposePK contactMechanismPurposePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactListContactMechanismPurposeDetailFactory.create
(Session session, ContactListContactMechanismPurposePK contactListContactMechanismPurposePK, ContactListPK contactListPK, ContactMechanismPurposePK contactMechanismPurposePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactListDescriptionFactory.create
(ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContactListDescriptionFactory.create
(Session session, ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContactListDetailFactory.create
(ContactListPK contactListPK, String contactListName, ContactListGroupPK contactListGroupPK, ContactListTypePK contactListTypePK, ContactListFrequencyPK contactListFrequencyPK, WorkflowEntrancePK defaultPartyContactListStatusPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactListDetailFactory.create
(Session session, ContactListPK contactListPK, String contactListName, ContactListGroupPK contactListGroupPK, ContactListTypePK contactListTypePK, ContactListFrequencyPK contactListFrequencyPK, WorkflowEntrancePK defaultPartyContactListStatusPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CustomerTypeContactListFactory.create
(CustomerTypePK customerTypePK, ContactListPK contactListPK, Boolean addWhenCreated, Long fromTime, Long thruTime) CustomerTypeContactListFactory.create
(Session session, CustomerTypePK customerTypePK, ContactListPK contactListPK, Boolean addWhenCreated, Long fromTime, Long thruTime) PartyContactListDetailFactory.create
(PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) PartyContactListDetailFactory.create
(Session session, PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) PartyTypeContactListFactory.create
(PartyTypePK partyTypePK, ContactListPK contactListPK, Boolean addWhenCreated, Long fromTime, Long thruTime) PartyTypeContactListFactory.create
(Session session, PartyTypePK partyTypePK, ContactListPK contactListPK, Boolean addWhenCreated, Long fromTime, Long thruTime) ContactListFactory.getEntityFromCache
(Session session, ContactListPK pk) ContactListFactory.getEntityFromPK
(EntityPermission entityPermission, ContactListPK pk) ContactListFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactListPK pk) ContactListFactory.getValueFromPK
(Session session, ContactListPK pk) void
ContactListFactory.remove
(Session session, ContactListPK pk) boolean
ContactListFactory.validPK
(Session session, ContactListPK pk) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListPKModifier and TypeMethodDescriptionContactListFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContactListPK> pks) ContactListFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactListPK> pks) ContactListFactory.getValuesFromPKs
(Session session, Collection<ContactListPK> pks) void
ContactListFactory.remove
(Session session, Collection<ContactListPK> pks) void
ContactListFactory.remove
(Collection<ContactListPK> pks) -
Uses of ContactListPK in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListPKModifier and TypeMethodDescriptionContactListContactMechanismPurposeDetailValue.getContactListPK()
ContactListDescriptionValue.getContactListPK()
ContactListDetailValue.getContactListPK()
CustomerTypeContactListValue.getContactListPK()
PartyContactListDetailValue.getContactListPK()
PartyTypeContactListValue.getContactListPK()
ContactListValue.getPrimaryKey()
Methods in com.echothree.model.data.contactlist.server.value with parameters of type ContactListPKModifier and TypeMethodDescriptionvoid
ContactListContactMechanismPurposeDetailValue.setContactListPK
(ContactListPK contactListPK) void
ContactListDescriptionValue.setContactListPK
(ContactListPK contactListPK) void
ContactListDetailValue.setContactListPK
(ContactListPK contactListPK) void
CustomerTypeContactListValue.setContactListPK
(ContactListPK contactListPK) void
PartyContactListDetailValue.setContactListPK
(ContactListPK contactListPK) void
PartyTypeContactListValue.setContactListPK
(ContactListPK contactListPK) Constructors in com.echothree.model.data.contactlist.server.value with parameters of type ContactListPKModifierConstructorDescriptionContactListContactMechanismPurposeDetailValue
(ContactListContactMechanismPurposeDetailPK contactListContactMechanismPurposeDetailPK, ContactListContactMechanismPurposePK contactListContactMechanismPurposePK, ContactListPK contactListPK, ContactMechanismPurposePK contactMechanismPurposePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListContactMechanismPurposeDetailValueContactListContactMechanismPurposeDetailValue
(ContactListContactMechanismPurposePK contactListContactMechanismPurposePK, ContactListPK contactListPK, ContactMechanismPurposePK contactMechanismPurposePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListContactMechanismPurposeDetailValueContactListDescriptionValue
(ContactListDescriptionPK contactListDescriptionPK, ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListDescriptionValueContactListDescriptionValue
(ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListDescriptionValueContactListDetailValue
(ContactListDetailPK contactListDetailPK, ContactListPK contactListPK, String contactListName, ContactListGroupPK contactListGroupPK, ContactListTypePK contactListTypePK, ContactListFrequencyPK contactListFrequencyPK, WorkflowEntrancePK defaultPartyContactListStatusPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListDetailValueContactListDetailValue
(ContactListPK contactListPK, String contactListName, ContactListGroupPK contactListGroupPK, ContactListTypePK contactListTypePK, ContactListFrequencyPK contactListFrequencyPK, WorkflowEntrancePK defaultPartyContactListStatusPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListDetailValueContactListValue
(ContactListPK contactListPK, ContactListDetailPK activeDetailPK, ContactListDetailPK lastDetailPK) Creates a new instance of ContactListValueCustomerTypeContactListValue
(CustomerTypeContactListPK customerTypeContactListPK, CustomerTypePK customerTypePK, ContactListPK contactListPK, Boolean addWhenCreated, Long fromTime, Long thruTime) Creates a new instance of CustomerTypeContactListValueCustomerTypeContactListValue
(CustomerTypePK customerTypePK, ContactListPK contactListPK, Boolean addWhenCreated, Long fromTime, Long thruTime) Creates a new instance of CustomerTypeContactListValuePartyContactListDetailValue
(PartyContactListDetailPK partyContactListDetailPK, PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyContactListDetailValuePartyContactListDetailValue
(PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyContactListDetailValuePartyTypeContactListValue
(PartyTypeContactListPK partyTypeContactListPK, PartyTypePK partyTypePK, ContactListPK contactListPK, Boolean addWhenCreated, Long fromTime, Long thruTime) Creates a new instance of PartyTypeContactListValuePartyTypeContactListValue
(PartyTypePK partyTypePK, ContactListPK contactListPK, Boolean addWhenCreated, Long fromTime, Long thruTime) Creates a new instance of PartyTypeContactListValue -
Uses of ContactListPK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return ContactListPKMethods in com.echothree.model.data.letter.server.entity with parameters of type ContactListPKModifier and TypeMethodDescriptionvoid
LetterDetail.setContactListPK
(ContactListPK contactListPK) -
Uses of ContactListPK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory with parameters of type ContactListPKModifier and TypeMethodDescriptionLetterDetailFactory.create
(LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LetterDetailFactory.create
(Session session, LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of ContactListPK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return ContactListPKMethods in com.echothree.model.data.letter.server.value with parameters of type ContactListPKModifier and TypeMethodDescriptionvoid
LetterDetailValue.setContactListPK
(ContactListPK contactListPK) Constructors in com.echothree.model.data.letter.server.value with parameters of type ContactListPKModifierConstructorDescriptionLetterDetailValue
(LetterDetailPK letterDetailPK, LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterDetailValueLetterDetailValue
(LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterDetailValue