Uses of Class
com.echothree.model.data.contactlist.common.pk.ContactListFrequencyPK
Packages that use ContactListFrequencyPK
Package
Description
-
Uses of ContactListFrequencyPK in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListFrequencyPKModifier and TypeMethodDescriptionContactListDetail.getContactListFrequencyPK()ContactListFrequencyDescription.getContactListFrequencyPK()ContactListFrequencyDetail.getContactListFrequencyPK()ContactListFrequency.getPrimaryKey()Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListFrequencyPKModifier and TypeMethodDescriptionvoidContactListDetail.setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) voidContactListFrequencyDescription.setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) voidContactListFrequencyDetail.setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) -
Uses of ContactListFrequencyPK in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListFrequencyPKModifier and TypeMethodDescriptionContactListFrequencyFactory.getNextPK()ContactListFrequencyFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactListFrequencyFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListFrequencyPKModifier and TypeMethodDescriptionContactListFrequencyFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactListFrequencyFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactListFrequencyFactory.getPKsFromResultSetAsList(ResultSet rs) ContactListFrequencyFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListFrequencyPKModifier and TypeMethodDescriptionContactListDetailFactory.create(ContactListPK contactListPK, String contactListName, ContactListGroupPK contactListGroupPK, ContactListTypePK contactListTypePK, ContactListFrequencyPK contactListFrequencyPK, WorkflowEntrancePK defaultPartyContactListStatusPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactListFrequencyDescriptionFactory.create(ContactListFrequencyPK contactListFrequencyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContactListFrequencyDetailFactory.create(ContactListFrequencyPK contactListFrequencyPK, String contactListFrequencyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactListFrequencyFactory.getEntityFromCache(ContactListFrequencyPK pk) ContactListFrequencyFactory.getEntityFromPK(EntityPermission entityPermission, ContactListFrequencyPK pk) ContactListFrequencyFactory.getValueFromPK(ContactListFrequencyPK pk) voidContactListFrequencyFactory.remove(ContactListFrequencyPK pk) booleanContactListFrequencyFactory.validPK(ContactListFrequencyPK pk) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListFrequencyPKModifier and TypeMethodDescriptionContactListFrequencyFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactListFrequencyPK> pks) ContactListFrequencyFactory.getValuesFromPKs(Collection<ContactListFrequencyPK> pks) voidContactListFrequencyFactory.remove(Collection<ContactListFrequencyPK> pks) -
Uses of ContactListFrequencyPK in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListFrequencyPKModifier and TypeMethodDescriptionContactListDetailValue.getContactListFrequencyPK()ContactListFrequencyDescriptionValue.getContactListFrequencyPK()ContactListFrequencyDetailValue.getContactListFrequencyPK()ContactListFrequencyValue.getPrimaryKey()Methods in com.echothree.model.data.contactlist.server.value with parameters of type ContactListFrequencyPKModifier and TypeMethodDescriptionvoidContactListDetailValue.setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) voidContactListFrequencyDescriptionValue.setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) voidContactListFrequencyDetailValue.setContactListFrequencyPK(ContactListFrequencyPK contactListFrequencyPK) Constructors in com.echothree.model.data.contactlist.server.value with parameters of type ContactListFrequencyPKModifierConstructorDescriptionContactListDetailValue(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 ContactListDetailValueContactListFrequencyDescriptionValue(ContactListFrequencyDescriptionPK contactListFrequencyDescriptionPK, ContactListFrequencyPK contactListFrequencyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListFrequencyDescriptionValueContactListFrequencyDescriptionValue(ContactListFrequencyPK contactListFrequencyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListFrequencyDescriptionValueContactListFrequencyDetailValue(ContactListFrequencyDetailPK contactListFrequencyDetailPK, ContactListFrequencyPK contactListFrequencyPK, String contactListFrequencyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListFrequencyDetailValueContactListFrequencyDetailValue(ContactListFrequencyPK contactListFrequencyPK, String contactListFrequencyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContactListFrequencyDetailValueContactListFrequencyValue(ContactListFrequencyPK contactListFrequencyPK, ContactListFrequencyDetailPK activeDetailPK, ContactListFrequencyDetailPK lastDetailPK) Creates a new instance of ContactListFrequencyValue