Uses of Class
com.echothree.model.data.contact.common.pk.PartyContactMechanismDetailPK
Packages that use PartyContactMechanismDetailPK
Package
Description
-
Uses of PartyContactMechanismDetailPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismDetailPKModifier and TypeMethodDescriptionPartyContactMechanism.getActiveDetailPK()PartyContactMechanism.getLastDetailPK()PartyContactMechanismDetail.getPrimaryKey()Methods in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismDetailPKModifier and TypeMethodDescriptionvoidPartyContactMechanism.setActiveDetailPK(PartyContactMechanismDetailPK activeDetailPK) voidPartyContactMechanism.setLastDetailPK(PartyContactMechanismDetailPK lastDetailPK) -
Uses of PartyContactMechanismDetailPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismDetailPKModifier and TypeMethodDescriptionPartyContactMechanismDetailFactory.getNextPK()PartyContactMechanismDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyContactMechanismDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismDetailPKModifier and TypeMethodDescriptionPartyContactMechanismDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyContactMechanismDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyContactMechanismDetailFactory.getPKsFromResultSetAsList(ResultSet rs) PartyContactMechanismDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismDetailPKModifier and TypeMethodDescriptionPartyContactMechanismFactory.create(PartyContactMechanismDetailPK activeDetailPK, PartyContactMechanismDetailPK lastDetailPK) PartyContactMechanismDetailFactory.getEntityFromCache(PartyContactMechanismDetailPK pk) PartyContactMechanismDetailFactory.getEntityFromPK(EntityPermission entityPermission, PartyContactMechanismDetailPK pk) PartyContactMechanismDetailFactory.getValueFromPK(PartyContactMechanismDetailPK pk) voidPartyContactMechanismDetailFactory.remove(PartyContactMechanismDetailPK pk) booleanPartyContactMechanismDetailFactory.validPK(PartyContactMechanismDetailPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismDetailPKModifier and TypeMethodDescriptionPartyContactMechanismDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyContactMechanismDetailPK> pks) PartyContactMechanismDetailFactory.getValuesFromPKs(Collection<PartyContactMechanismDetailPK> pks) voidPartyContactMechanismDetailFactory.remove(Collection<PartyContactMechanismDetailPK> pks) -
Uses of PartyContactMechanismDetailPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyContactMechanismDetailPKModifier and TypeMethodDescriptionPartyContactMechanismValue.getActiveDetailPK()PartyContactMechanismValue.getLastDetailPK()PartyContactMechanismDetailValue.getPrimaryKey()Methods in com.echothree.model.data.contact.server.value with parameters of type PartyContactMechanismDetailPKModifier and TypeMethodDescriptionvoidPartyContactMechanismValue.setActiveDetailPK(PartyContactMechanismDetailPK activeDetailPK) voidPartyContactMechanismValue.setLastDetailPK(PartyContactMechanismDetailPK lastDetailPK) Constructors in com.echothree.model.data.contact.server.value with parameters of type PartyContactMechanismDetailPKModifierConstructorDescriptionPartyContactMechanismDetailValue(PartyContactMechanismDetailPK partyContactMechanismDetailPK, PartyContactMechanismPK partyContactMechanismPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismDetailValuePartyContactMechanismValue(PartyContactMechanismDetailPK activeDetailPK, PartyContactMechanismDetailPK lastDetailPK) Creates a new instance of PartyContactMechanismValuePartyContactMechanismValue(PartyContactMechanismPK partyContactMechanismPK, PartyContactMechanismDetailPK activeDetailPK, PartyContactMechanismDetailPK lastDetailPK) Creates a new instance of PartyContactMechanismValue -
Uses of PartyContactMechanismDetailPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return PartyContactMechanismDetailPKModifier and TypeMethodDescriptionPartyContactMechanisms.ActiveDetail()Getter forpartycontactmechanisms.pcm_activedetailid.PartyContactMechanisms.LastDetail()Getter forpartycontactmechanisms.pcm_lastdetailid.PartyContactMechanismDetails.PartyContactMechanismDetail()Getter forpartycontactmechanismdetails.pcmdt_partycontactmechanismdetailid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type PartyContactMechanismDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<PartyContactMechanismDetailPK> PartyContactMechanismDetails.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type PartyContactMechanismDetailPKModifier and TypeMethodDescriptionvoidPartyContactMechanisms.ActiveDetail(PartyContactMechanismDetailPK value) Setter forpartycontactmechanisms.pcm_activedetailid.voidPartyContactMechanisms.LastDetail(PartyContactMechanismDetailPK value) Setter forpartycontactmechanisms.pcm_lastdetailid.voidPartyContactMechanismDetails.PartyContactMechanismDetail(PartyContactMechanismDetailPK value) Setter forpartycontactmechanismdetails.pcmdt_partycontactmechanismdetailid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type PartyContactMechanismDetailPKModifierConstructorDescriptionPartyContactMechanismDetails(PartyContactMechanismDetailPK PartyContactMechanismDetail, PartyContactMechanismPK PartyContactMechanism, PartyPK Party, ContactMechanismPK ContactMechanism, String Description, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised PartyContactMechanismDetailsPartyContactMechanisms(PartyContactMechanismPK PartyContactMechanism, PartyContactMechanismDetailPK ActiveDetail, PartyContactMechanismDetailPK LastDetail) Create a detached, initialised PartyContactMechanisms -
Uses of PartyContactMechanismDetailPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type PartyContactMechanismDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyContactMechanisms, PartyContactMechanismDetailPK> PartyContactMechanisms.ACTIVE_DETAILThe columnpartycontactmechanisms.pcm_activedetailid.final org.jooq.TableField<PartyContactMechanisms, PartyContactMechanismDetailPK> PartyContactMechanisms.LAST_DETAILThe columnpartycontactmechanisms.pcm_lastdetailid.final org.jooq.TableField<PartyContactMechanismDetails, PartyContactMechanismDetailPK> PartyContactMechanismDetails.PARTY_CONTACT_MECHANISM_DETAILThe columnpartycontactmechanismdetails.pcmdt_partycontactmechanismdetailid.