Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListContactMechanismPurposeValue
Packages that use ContactListContactMechanismPurposeValue
Package
Description
-
Uses of ContactListContactMechanismPurposeValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListContactMechanismPurposeValueModifier and TypeMethodDescriptionContactListContactMechanismPurpose.getContactListContactMechanismPurposeValue()Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListContactMechanismPurposeValueModifier and TypeMethodDescriptionvoidContactListContactMechanismPurpose.setContactListContactMechanismPurposeValue(ContactListContactMechanismPurposeValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListContactMechanismPurposeValueModifierConstructorDescriptionContactListContactMechanismPurpose(ContactListContactMechanismPurposeValue value, EntityPermission entityPermission) Creates a new instance of ContactListContactMechanismPurpose -
Uses of ContactListContactMechanismPurposeValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListContactMechanismPurposeValueModifier and TypeMethodDescriptionContactListContactMechanismPurposeFactory.getValueFromPK(Session session, ContactListContactMechanismPurposePK pk) ContactListContactMechanismPurposeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListContactMechanismPurposeValueModifier and TypeMethodDescriptionContactListContactMechanismPurposeFactory.getValuesFromPKs(Session session, Collection<ContactListContactMechanismPurposePK> pks) ContactListContactMechanismPurposeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListContactMechanismPurposeValueModifier and TypeMethodDescriptionContactListContactMechanismPurposeFactory.getEntityFromValue(EntityPermission entityPermission, ContactListContactMechanismPurposeValue value) ContactListContactMechanismPurposeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactListContactMechanismPurposeValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListContactMechanismPurposeValueModifier and TypeMethodDescriptionvoidContactListContactMechanismPurposeFactory.create(Session session, Collection<ContactListContactMechanismPurposeValue> _values) voidContactListContactMechanismPurposeFactory.create(Collection<ContactListContactMechanismPurposeValue> _values) -
Uses of ContactListContactMechanismPurposeValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListContactMechanismPurposeValue