Uses of Class
com.echothree.model.data.contactlist.common.pk.ContactListDescriptionPK
Packages that use ContactListDescriptionPK
Package
Description
-
Uses of ContactListDescriptionPK in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListDescriptionPK -
Uses of ContactListDescriptionPK in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListDescriptionPKModifier and TypeMethodDescriptionContactListDescriptionFactory.getNextPK()ContactListDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactListDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListDescriptionPKModifier and TypeMethodDescriptionContactListDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactListDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactListDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContactListDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListDescriptionPKModifier and TypeMethodDescriptionContactListDescriptionFactory.getEntityFromCache(ContactListDescriptionPK pk) ContactListDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContactListDescriptionPK pk) ContactListDescriptionFactory.getValueFromPK(ContactListDescriptionPK pk) voidContactListDescriptionFactory.remove(ContactListDescriptionPK pk) booleanContactListDescriptionFactory.validPK(ContactListDescriptionPK pk) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListDescriptionPKModifier and TypeMethodDescriptionContactListDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactListDescriptionPK> pks) ContactListDescriptionFactory.getValuesFromPKs(Collection<ContactListDescriptionPK> pks) voidContactListDescriptionFactory.remove(Collection<ContactListDescriptionPK> pks) -
Uses of ContactListDescriptionPK in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListDescriptionPKConstructors in com.echothree.model.data.contactlist.server.value with parameters of type ContactListDescriptionPKModifierConstructorDescriptionContactListDescriptionValue(ContactListDescriptionPK contactListDescriptionPK, ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListDescriptionValue -
Uses of ContactListDescriptionPK in com.echothree.model.jooq.server.records.contactlist
Methods in com.echothree.model.jooq.server.records.contactlist that return ContactListDescriptionPKModifier and TypeMethodDescriptionContactListDescriptions.ContactListDescription()Getter forcontactlistdescriptions.clstd_contactlistdescriptionid.Methods in com.echothree.model.jooq.server.records.contactlist that return types with arguments of type ContactListDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContactListDescriptionPK> ContactListDescriptions.key()Methods in com.echothree.model.jooq.server.records.contactlist with parameters of type ContactListDescriptionPKModifier and TypeMethodDescriptionvoidContactListDescriptions.ContactListDescription(ContactListDescriptionPK value) Setter forcontactlistdescriptions.clstd_contactlistdescriptionid.Constructors in com.echothree.model.jooq.server.records.contactlist with parameters of type ContactListDescriptionPKModifierConstructorDescriptionContactListDescriptions(ContactListDescriptionPK ContactListDescription, ContactListPK ContactList, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ContactListDescriptions -
Uses of ContactListDescriptionPK in com.echothree.model.jooq.server.tables.contactlist
Fields in com.echothree.model.jooq.server.tables.contactlist with type parameters of type ContactListDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactListDescriptions, ContactListDescriptionPK> ContactListDescriptions.CONTACT_LIST_DESCRIPTIONThe columncontactlistdescriptions.clstd_contactlistdescriptionid.