Uses of Class
com.echothree.model.data.contact.common.pk.ContactMechanismAliasPK
Packages that use ContactMechanismAliasPK
Package
Description
-
Uses of ContactMechanismAliasPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismAliasPK -
Uses of ContactMechanismAliasPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismAliasPKModifier and TypeMethodDescriptionContactMechanismAliasFactory.getNextPK()ContactMechanismAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactMechanismAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismAliasPKModifier and TypeMethodDescriptionContactMechanismAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactMechanismAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactMechanismAliasFactory.getPKsFromResultSetAsList(ResultSet rs) ContactMechanismAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismAliasPKModifier and TypeMethodDescriptionContactMechanismAliasFactory.getEntityFromCache(Session session, ContactMechanismAliasPK pk) ContactMechanismAliasFactory.getEntityFromPK(EntityPermission entityPermission, ContactMechanismAliasPK pk) ContactMechanismAliasFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContactMechanismAliasPK pk) ContactMechanismAliasFactory.getValueFromPK(Session session, ContactMechanismAliasPK pk) voidContactMechanismAliasFactory.remove(Session session, ContactMechanismAliasPK pk) booleanContactMechanismAliasFactory.validPK(Session session, ContactMechanismAliasPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismAliasPKModifier and TypeMethodDescriptionContactMechanismAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactMechanismAliasPK> pks) ContactMechanismAliasFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContactMechanismAliasPK> pks) ContactMechanismAliasFactory.getValuesFromPKs(Session session, Collection<ContactMechanismAliasPK> pks) voidContactMechanismAliasFactory.remove(Session session, Collection<ContactMechanismAliasPK> pks) voidContactMechanismAliasFactory.remove(Collection<ContactMechanismAliasPK> pks) -
Uses of ContactMechanismAliasPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactMechanismAliasPKConstructors in com.echothree.model.data.contact.server.value with parameters of type ContactMechanismAliasPKModifierConstructorDescriptionContactMechanismAliasValue(ContactMechanismAliasPK contactMechanismAliasPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismAliasValue