Uses of Class
com.echothree.model.data.contactlist.common.pk.ContactListDescriptionPK
Packages that use ContactListDescriptionPK
Package
Description
-
Uses of ContactListDescriptionPK in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListDescriptionPK -
Uses of ContactListDescriptionPK in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListDescriptionPKModifier and TypeMethodDescriptionContactListDescriptionFactory.getNextPK()ContactListDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactListDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListDescriptionPKModifier and TypeMethodDescriptionContactListDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactListDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactListDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ContactListDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListDescriptionPKModifier and TypeMethodDescriptionContactListDescriptionFactory.getEntityFromCache(Session session, ContactListDescriptionPK pk) ContactListDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContactListDescriptionPK pk) ContactListDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContactListDescriptionPK pk) ContactListDescriptionFactory.getValueFromPK(Session session, ContactListDescriptionPK pk) voidContactListDescriptionFactory.remove(Session session, ContactListDescriptionPK pk) booleanContactListDescriptionFactory.validPK(Session session, ContactListDescriptionPK pk) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListDescriptionPKModifier and TypeMethodDescriptionContactListDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactListDescriptionPK> pks) ContactListDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContactListDescriptionPK> pks) ContactListDescriptionFactory.getValuesFromPKs(Session session, Collection<ContactListDescriptionPK> pks) voidContactListDescriptionFactory.remove(Session session, Collection<ContactListDescriptionPK> pks) voidContactListDescriptionFactory.remove(Collection<ContactListDescriptionPK> pks) -
Uses of ContactListDescriptionPK in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListDescriptionPKConstructors in com.echothree.model.data.contactlist.server.value with parameters of type ContactListDescriptionPKModifierConstructorDescriptionContactListDescriptionValue(ContactListDescriptionPK contactListDescriptionPK, ContactListPK contactListPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContactListDescriptionValue