Uses of Class
com.echothree.model.data.contact.common.pk.ContactMechanismDetailPK
Packages that use ContactMechanismDetailPK
Package
Description
-
Uses of ContactMechanismDetailPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismDetailPKModifier and TypeMethodDescriptionContactMechanism.getActiveDetailPK()ContactMechanism.getLastDetailPK()ContactMechanismDetail.getPrimaryKey()Methods in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismDetailPKModifier and TypeMethodDescriptionvoidContactMechanism.setActiveDetailPK(ContactMechanismDetailPK activeDetailPK) voidContactMechanism.setLastDetailPK(ContactMechanismDetailPK lastDetailPK) -
Uses of ContactMechanismDetailPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismDetailPKModifier and TypeMethodDescriptionContactMechanismDetailFactory.getNextPK()ContactMechanismDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactMechanismDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismDetailPKModifier and TypeMethodDescriptionContactMechanismDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactMechanismDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactMechanismDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ContactMechanismDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismDetailPKModifier and TypeMethodDescriptionContactMechanismFactory.create(ContactMechanismDetailPK activeDetailPK, ContactMechanismDetailPK lastDetailPK) ContactMechanismDetailFactory.getEntityFromCache(ContactMechanismDetailPK pk) ContactMechanismDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContactMechanismDetailPK pk) ContactMechanismDetailFactory.getValueFromPK(ContactMechanismDetailPK pk) voidContactMechanismDetailFactory.remove(ContactMechanismDetailPK pk) booleanContactMechanismDetailFactory.validPK(ContactMechanismDetailPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismDetailPKModifier and TypeMethodDescriptionContactMechanismDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactMechanismDetailPK> pks) ContactMechanismDetailFactory.getValuesFromPKs(Collection<ContactMechanismDetailPK> pks) voidContactMechanismDetailFactory.remove(Collection<ContactMechanismDetailPK> pks) -
Uses of ContactMechanismDetailPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactMechanismDetailPKModifier and TypeMethodDescriptionContactMechanismValue.getActiveDetailPK()ContactMechanismValue.getLastDetailPK()ContactMechanismDetailValue.getPrimaryKey()Methods in com.echothree.model.data.contact.server.value with parameters of type ContactMechanismDetailPKModifier and TypeMethodDescriptionvoidContactMechanismValue.setActiveDetailPK(ContactMechanismDetailPK activeDetailPK) voidContactMechanismValue.setLastDetailPK(ContactMechanismDetailPK lastDetailPK) Constructors in com.echothree.model.data.contact.server.value with parameters of type ContactMechanismDetailPKModifierConstructorDescriptionContactMechanismDetailValue(ContactMechanismDetailPK contactMechanismDetailPK, ContactMechanismPK contactMechanismPK, String contactMechanismName, ContactMechanismTypePK contactMechanismTypePK, Boolean allowSolicitation, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismDetailValueContactMechanismValue(ContactMechanismDetailPK activeDetailPK, ContactMechanismDetailPK lastDetailPK) Creates a new instance of ContactMechanismValueContactMechanismValue(ContactMechanismPK contactMechanismPK, ContactMechanismDetailPK activeDetailPK, ContactMechanismDetailPK lastDetailPK) Creates a new instance of ContactMechanismValue -
Uses of ContactMechanismDetailPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return ContactMechanismDetailPKModifier and TypeMethodDescriptionContactMechanisms.ActiveDetail()Getter forcontactmechanisms.cmch_activedetailid.ContactMechanismDetails.ContactMechanismDetail()Getter forcontactmechanismdetails.cmchdt_contactmechanismdetailid.ContactMechanisms.LastDetail()Getter forcontactmechanisms.cmch_lastdetailid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type ContactMechanismDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContactMechanismDetailPK> ContactMechanismDetails.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type ContactMechanismDetailPKModifier and TypeMethodDescriptionvoidContactMechanisms.ActiveDetail(ContactMechanismDetailPK value) Setter forcontactmechanisms.cmch_activedetailid.voidContactMechanismDetails.ContactMechanismDetail(ContactMechanismDetailPK value) Setter forcontactmechanismdetails.cmchdt_contactmechanismdetailid.voidContactMechanisms.LastDetail(ContactMechanismDetailPK value) Setter forcontactmechanisms.cmch_lastdetailid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type ContactMechanismDetailPKModifierConstructorDescriptionContactMechanismDetails(ContactMechanismDetailPK ContactMechanismDetail, ContactMechanismPK ContactMechanism, String ContactMechanismName, ContactMechanismTypePK ContactMechanismType, Boolean AllowSolicitation, Long FromTime, Long ThruTime) Create a detached, initialised ContactMechanismDetailsContactMechanisms(ContactMechanismPK ContactMechanism, ContactMechanismDetailPK ActiveDetail, ContactMechanismDetailPK LastDetail) Create a detached, initialised ContactMechanisms -
Uses of ContactMechanismDetailPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactMechanismDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactMechanisms, ContactMechanismDetailPK> ContactMechanisms.ACTIVE_DETAILThe columncontactmechanisms.cmch_activedetailid.final org.jooq.TableField<ContactMechanismDetails, ContactMechanismDetailPK> ContactMechanismDetails.CONTACT_MECHANISM_DETAILThe columncontactmechanismdetails.cmchdt_contactmechanismdetailid.final org.jooq.TableField<ContactMechanisms, ContactMechanismDetailPK> ContactMechanisms.LAST_DETAILThe columncontactmechanisms.cmch_lastdetailid.