Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListContactMechanismPurposeDetailValue
Packages that use ContactListContactMechanismPurposeDetailValue
Package
Description
-
Uses of ContactListContactMechanismPurposeDetailValue in com.echothree.model.control.contactlist.server
Methods in com.echothree.model.control.contactlist.server that return ContactListContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionContactListControl.getContactListContactMechanismPurposeDetailValueForUpdate
(ContactListContactMechanismPurpose contactListContactMechanismPurpose) ContactListControl.getContactListContactMechanismPurposeDetailValueForUpdate
(ContactList contactList, ContactMechanismPurpose contactMechanismPurpose) ContactListControl.getDefaultContactListContactMechanismPurposeDetailValueForUpdate
(ContactList contactList) Methods in com.echothree.model.control.contactlist.server with parameters of type ContactListContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionvoid
ContactListControl.updateContactListContactMechanismPurposeFromValue
(ContactListContactMechanismPurposeDetailValue contactListContactMechanismPurposeDetailValue, BasePK updatedBy) -
Uses of ContactListContactMechanismPurposeDetailValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionContactListContactMechanismPurposeDetail.getContactListContactMechanismPurposeDetailValue()
Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionvoid
ContactListContactMechanismPurposeDetail.setContactListContactMechanismPurposeDetailValue
(ContactListContactMechanismPurposeDetailValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListContactMechanismPurposeDetailValueModifierConstructorDescriptionContactListContactMechanismPurposeDetail
(ContactListContactMechanismPurposeDetailValue value, EntityPermission entityPermission) Creates a new instance of ContactListContactMechanismPurposeDetail -
Uses of ContactListContactMechanismPurposeDetailValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionContactListContactMechanismPurposeDetailFactory.getValueFromPK
(Session session, ContactListContactMechanismPurposeDetailPK pk) ContactListContactMechanismPurposeDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionContactListContactMechanismPurposeDetailFactory.getValuesFromPKs
(Session session, Collection<ContactListContactMechanismPurposeDetailPK> pks) ContactListContactMechanismPurposeDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionContactListContactMechanismPurposeDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ContactListContactMechanismPurposeDetailValue value) ContactListContactMechanismPurposeDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactListContactMechanismPurposeDetailValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionvoid
ContactListContactMechanismPurposeDetailFactory.create
(Session session, Collection<ContactListContactMechanismPurposeDetailValue> _values) void
ContactListContactMechanismPurposeDetailFactory.create
(Collection<ContactListContactMechanismPurposeDetailValue> _values) -
Uses of ContactListContactMechanismPurposeDetailValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListContactMechanismPurposeDetailValue