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 TypeMethodDescriptionvoid
ContactMechanism.setActiveDetailPK
(ContactMechanismDetailPK activeDetailPK) void
ContactMechanism.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) ContactMechanismFactory.create
(Session session, ContactMechanismDetailPK activeDetailPK, ContactMechanismDetailPK lastDetailPK) ContactMechanismDetailFactory.getEntityFromCache
(Session session, ContactMechanismDetailPK pk) ContactMechanismDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ContactMechanismDetailPK pk) ContactMechanismDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactMechanismDetailPK pk) ContactMechanismDetailFactory.getValueFromPK
(Session session, ContactMechanismDetailPK pk) void
ContactMechanismDetailFactory.remove
(Session session, ContactMechanismDetailPK pk) boolean
ContactMechanismDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactMechanismDetailPK> pks) ContactMechanismDetailFactory.getValuesFromPKs
(Session session, Collection<ContactMechanismDetailPK> pks) void
ContactMechanismDetailFactory.remove
(Session session, Collection<ContactMechanismDetailPK> pks) void
ContactMechanismDetailFactory.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 TypeMethodDescriptionvoid
ContactMechanismValue.setActiveDetailPK
(ContactMechanismDetailPK activeDetailPK) void
ContactMechanismValue.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