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) PartyContactMechanismFactory.create(Session session, PartyContactMechanismDetailPK activeDetailPK, PartyContactMechanismDetailPK lastDetailPK) PartyContactMechanismDetailFactory.getEntityFromCache(Session session, PartyContactMechanismDetailPK pk) PartyContactMechanismDetailFactory.getEntityFromPK(EntityPermission entityPermission, PartyContactMechanismDetailPK pk) PartyContactMechanismDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PartyContactMechanismDetailPK pk) PartyContactMechanismDetailFactory.getValueFromPK(Session session, PartyContactMechanismDetailPK pk) voidPartyContactMechanismDetailFactory.remove(Session session, PartyContactMechanismDetailPK pk) booleanPartyContactMechanismDetailFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyContactMechanismDetailPK> pks) PartyContactMechanismDetailFactory.getValuesFromPKs(Session session, Collection<PartyContactMechanismDetailPK> pks) voidPartyContactMechanismDetailFactory.remove(Session session, 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