Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListDescriptionValue
Packages that use ContactListDescriptionValue
Package
Description
-
Uses of ContactListDescriptionValue in com.echothree.model.control.contactlist.server.control
Methods in com.echothree.model.control.contactlist.server.control that return ContactListDescriptionValueModifier and TypeMethodDescriptionContactListControl.getContactListDescriptionValue(ContactListDescription contactListDescription) ContactListControl.getContactListDescriptionValueForUpdate(ContactList contactList, Language language) Methods in com.echothree.model.control.contactlist.server.control with parameters of type ContactListDescriptionValueModifier and TypeMethodDescriptionvoidContactListControl.updateContactListDescriptionFromValue(ContactListDescriptionValue contactListDescriptionValue, BasePK updatedBy) -
Uses of ContactListDescriptionValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListDescriptionValueMethods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListDescriptionValueModifier and TypeMethodDescriptionvoidContactListDescription.setContactListDescriptionValue(ContactListDescriptionValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListDescriptionValueModifierConstructorDescriptionContactListDescription(ContactListDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContactListDescription -
Uses of ContactListDescriptionValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListDescriptionValueModifier and TypeMethodDescriptionContactListDescriptionFactory.getValueFromPK(Session session, ContactListDescriptionPK pk) ContactListDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListDescriptionValueModifier and TypeMethodDescriptionContactListDescriptionFactory.getValuesFromPKs(Session session, Collection<ContactListDescriptionPK> pks) ContactListDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListDescriptionValueModifier and TypeMethodDescriptionContactListDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ContactListDescriptionValue value) ContactListDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactListDescriptionValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListDescriptionValueModifier and TypeMethodDescriptionvoidContactListDescriptionFactory.create(Session session, Collection<ContactListDescriptionValue> _values) voidContactListDescriptionFactory.create(Collection<ContactListDescriptionValue> _values) -
Uses of ContactListDescriptionValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListDescriptionValue