Uses of Class
com.echothree.model.data.contactlist.common.pk.ContactListDetailPK
Packages that use ContactListDetailPK
Package
Description
-
Uses of ContactListDetailPK in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListDetailPKModifier and TypeMethodDescriptionContactList.getActiveDetailPK()
ContactList.getLastDetailPK()
ContactListDetail.getPrimaryKey()
Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListDetailPKModifier and TypeMethodDescriptionvoid
ContactList.setActiveDetailPK
(ContactListDetailPK activeDetailPK) void
ContactList.setLastDetailPK
(ContactListDetailPK lastDetailPK) -
Uses of ContactListDetailPK in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListDetailPKModifier and TypeMethodDescriptionContactListDetailFactory.getNextPK()
ContactListDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContactListDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListDetailPKModifier and TypeMethodDescriptionContactListDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContactListDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContactListDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) ContactListDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListDetailPKModifier and TypeMethodDescriptionContactListFactory.create
(ContactListDetailPK activeDetailPK, ContactListDetailPK lastDetailPK) ContactListFactory.create
(Session session, ContactListDetailPK activeDetailPK, ContactListDetailPK lastDetailPK) ContactListDetailFactory.getEntityFromCache
(Session session, ContactListDetailPK pk) ContactListDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ContactListDetailPK pk) ContactListDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactListDetailPK pk) ContactListDetailFactory.getValueFromPK
(Session session, ContactListDetailPK pk) void
ContactListDetailFactory.remove
(Session session, ContactListDetailPK pk) boolean
ContactListDetailFactory.validPK
(Session session, ContactListDetailPK pk) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListDetailPKModifier and TypeMethodDescriptionContactListDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContactListDetailPK> pks) ContactListDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactListDetailPK> pks) ContactListDetailFactory.getValuesFromPKs
(Session session, Collection<ContactListDetailPK> pks) void
ContactListDetailFactory.remove
(Session session, Collection<ContactListDetailPK> pks) void
ContactListDetailFactory.remove
(Collection<ContactListDetailPK> pks) -
Uses of ContactListDetailPK in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListDetailPKModifier and TypeMethodDescriptionContactListValue.getActiveDetailPK()
ContactListValue.getLastDetailPK()
ContactListDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.contactlist.server.value with parameters of type ContactListDetailPKModifier and TypeMethodDescriptionvoid
ContactListValue.setActiveDetailPK
(ContactListDetailPK activeDetailPK) void
ContactListValue.setLastDetailPK
(ContactListDetailPK lastDetailPK) Constructors in com.echothree.model.data.contactlist.server.value with parameters of type ContactListDetailPKModifierConstructorDescriptionContactListDetailValue
(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 ContactListDetailValueContactListValue
(ContactListDetailPK activeDetailPK, ContactListDetailPK lastDetailPK) Creates a new instance of ContactListValueContactListValue
(ContactListPK contactListPK, ContactListDetailPK activeDetailPK, ContactListDetailPK lastDetailPK) Creates a new instance of ContactListValue