Uses of Class
com.echothree.model.data.contactlist.common.pk.ContactListGroupPK
Packages that use ContactListGroupPK
Package
Description
-
Uses of ContactListGroupPK in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListGroupPKModifier and TypeMethodDescriptionContactListDetail.getContactListGroupPK()
ContactListGroupDescription.getContactListGroupPK()
ContactListGroupDetail.getContactListGroupPK()
CustomerTypeContactListGroup.getContactListGroupPK()
PartyTypeContactListGroup.getContactListGroupPK()
ContactListGroup.getPrimaryKey()
Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListGroupPKModifier and TypeMethodDescriptionvoid
ContactListDetail.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) void
ContactListGroupDescription.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) void
ContactListGroupDetail.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) void
CustomerTypeContactListGroup.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) void
PartyTypeContactListGroup.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) -
Uses of ContactListGroupPK in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListGroupPKModifier and TypeMethodDescriptionContactListGroupFactory.getNextPK()
ContactListGroupFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContactListGroupFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListGroupPKModifier and TypeMethodDescriptionContactListGroupFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContactListGroupFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContactListGroupFactory.getPKsFromResultSetAsList
(ResultSet rs) ContactListGroupFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListGroupPKModifier and TypeMethodDescriptionContactListDetailFactory.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) ContactListGroupDescriptionFactory.create
(ContactListGroupPK contactListGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContactListGroupDescriptionFactory.create
(Session session, ContactListGroupPK contactListGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContactListGroupDetailFactory.create
(ContactListGroupPK contactListGroupPK, String contactListGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactListGroupDetailFactory.create
(Session session, ContactListGroupPK contactListGroupPK, String contactListGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CustomerTypeContactListGroupFactory.create
(CustomerTypePK customerTypePK, ContactListGroupPK contactListGroupPK, Boolean addWhenCreated, Long fromTime, Long thruTime) CustomerTypeContactListGroupFactory.create
(Session session, CustomerTypePK customerTypePK, ContactListGroupPK contactListGroupPK, Boolean addWhenCreated, Long fromTime, Long thruTime) PartyTypeContactListGroupFactory.create
(PartyTypePK partyTypePK, ContactListGroupPK contactListGroupPK, Boolean addWhenCreated, Long fromTime, Long thruTime) PartyTypeContactListGroupFactory.create
(Session session, PartyTypePK partyTypePK, ContactListGroupPK contactListGroupPK, Boolean addWhenCreated, Long fromTime, Long thruTime) ContactListGroupFactory.getEntityFromCache
(Session session, ContactListGroupPK pk) ContactListGroupFactory.getEntityFromPK
(EntityPermission entityPermission, ContactListGroupPK pk) ContactListGroupFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactListGroupPK pk) ContactListGroupFactory.getValueFromPK
(Session session, ContactListGroupPK pk) void
ContactListGroupFactory.remove
(Session session, ContactListGroupPK pk) boolean
ContactListGroupFactory.validPK
(Session session, ContactListGroupPK pk) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListGroupPKModifier and TypeMethodDescriptionContactListGroupFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContactListGroupPK> pks) ContactListGroupFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactListGroupPK> pks) ContactListGroupFactory.getValuesFromPKs
(Session session, Collection<ContactListGroupPK> pks) void
ContactListGroupFactory.remove
(Session session, Collection<ContactListGroupPK> pks) void
ContactListGroupFactory.remove
(Collection<ContactListGroupPK> pks) -
Uses of ContactListGroupPK in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListGroupPKModifier and TypeMethodDescriptionContactListDetailValue.getContactListGroupPK()
ContactListGroupDescriptionValue.getContactListGroupPK()
ContactListGroupDetailValue.getContactListGroupPK()
CustomerTypeContactListGroupValue.getContactListGroupPK()
PartyTypeContactListGroupValue.getContactListGroupPK()
ContactListGroupValue.getPrimaryKey()
Methods in com.echothree.model.data.contactlist.server.value with parameters of type ContactListGroupPKModifier and TypeMethodDescriptionvoid
ContactListDetailValue.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) void
ContactListGroupDescriptionValue.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) void
ContactListGroupDetailValue.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) void
CustomerTypeContactListGroupValue.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) void
PartyTypeContactListGroupValue.setContactListGroupPK
(ContactListGroupPK contactListGroupPK) Constructors in com.echothree.model.data.contactlist.server.value with parameters of type ContactListGroupPKModifierConstructorDescriptionContactListDetailValue
(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 ContactListDetailValueContactListGroupDescriptionValue
(ContactListGroupDescriptionPK contactListGroupDescriptionPK, ContactListGroupPK contactListGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListGroupDescriptionValueContactListGroupDescriptionValue
(ContactListGroupPK contactListGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListGroupDescriptionValueContactListGroupDetailValue
(ContactListGroupDetailPK contactListGroupDetailPK, ContactListGroupPK contactListGroupPK, String contactListGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListGroupDetailValueContactListGroupDetailValue
(ContactListGroupPK contactListGroupPK, String contactListGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListGroupDetailValueContactListGroupValue
(ContactListGroupPK contactListGroupPK, ContactListGroupDetailPK activeDetailPK, ContactListGroupDetailPK lastDetailPK) Creates a new instance of ContactListGroupValueCustomerTypeContactListGroupValue
(CustomerTypeContactListGroupPK customerTypeContactListGroupPK, CustomerTypePK customerTypePK, ContactListGroupPK contactListGroupPK, Boolean addWhenCreated, Long fromTime, Long thruTime) Creates a new instance of CustomerTypeContactListGroupValueCustomerTypeContactListGroupValue
(CustomerTypePK customerTypePK, ContactListGroupPK contactListGroupPK, Boolean addWhenCreated, Long fromTime, Long thruTime) Creates a new instance of CustomerTypeContactListGroupValuePartyTypeContactListGroupValue
(PartyTypeContactListGroupPK partyTypeContactListGroupPK, PartyTypePK partyTypePK, ContactListGroupPK contactListGroupPK, Boolean addWhenCreated, Long fromTime, Long thruTime) Creates a new instance of PartyTypeContactListGroupValuePartyTypeContactListGroupValue
(PartyTypePK partyTypePK, ContactListGroupPK contactListGroupPK, Boolean addWhenCreated, Long fromTime, Long thruTime) Creates a new instance of PartyTypeContactListGroupValue