Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListDetailValue
Packages that use ContactListDetailValue
Package
Description
-
Uses of ContactListDetailValue in com.echothree.model.control.contactlist.server.control
Methods in com.echothree.model.control.contactlist.server.control that return ContactListDetailValueModifier and TypeMethodDescriptionContactListControl.getContactListDetailValueByNameForUpdate(String contactListName) ContactListControl.getContactListDetailValueForUpdate(ContactList contactList) ContactListControl.getDefaultContactListDetailValueForUpdate()Methods in com.echothree.model.control.contactlist.server.control with parameters of type ContactListDetailValueModifier and TypeMethodDescriptionvoidContactListControl.updateContactListFromValue(ContactListDetailValue contactListDetailValue, BasePK updatedBy) -
Uses of ContactListDetailValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListDetailValueMethods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListDetailValueModifier and TypeMethodDescriptionvoidContactListDetail.setContactListDetailValue(ContactListDetailValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListDetailValueModifierConstructorDescriptionContactListDetail(ContactListDetailValue value, EntityPermission entityPermission) Creates a new instance of ContactListDetail -
Uses of ContactListDetailValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListDetailValueModifier and TypeMethodDescriptionContactListDetailFactory.getValueFromPK(Session session, ContactListDetailPK pk) ContactListDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListDetailValueModifier and TypeMethodDescriptionContactListDetailFactory.getValuesFromPKs(Session session, Collection<ContactListDetailPK> pks) ContactListDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListDetailValueModifier and TypeMethodDescriptionContactListDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContactListDetailValue value) ContactListDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactListDetailValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListDetailValueModifier and TypeMethodDescriptionvoidContactListDetailFactory.create(Session session, Collection<ContactListDetailValue> _values) voidContactListDetailFactory.create(Collection<ContactListDetailValue> _values) -
Uses of ContactListDetailValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListDetailValue