Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListGroupDescriptionValue
Packages that use ContactListGroupDescriptionValue
Package
Description
-
Uses of ContactListGroupDescriptionValue in com.echothree.model.control.contactlist.server
Methods in com.echothree.model.control.contactlist.server that return ContactListGroupDescriptionValueModifier and TypeMethodDescriptionContactListControl.getContactListGroupDescriptionValue(ContactListGroupDescription contactListGroupDescription) ContactListControl.getContactListGroupDescriptionValueForUpdate(ContactListGroup contactListGroup, Language language) Methods in com.echothree.model.control.contactlist.server with parameters of type ContactListGroupDescriptionValueModifier and TypeMethodDescriptionvoidContactListControl.updateContactListGroupDescriptionFromValue(ContactListGroupDescriptionValue contactListGroupDescriptionValue, BasePK updatedBy) -
Uses of ContactListGroupDescriptionValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListGroupDescriptionValueModifier and TypeMethodDescriptionContactListGroupDescription.getContactListGroupDescriptionValue()Methods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListGroupDescriptionValueModifier and TypeMethodDescriptionvoidContactListGroupDescription.setContactListGroupDescriptionValue(ContactListGroupDescriptionValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListGroupDescriptionValueModifierConstructorDescriptionContactListGroupDescription(ContactListGroupDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContactListGroupDescription -
Uses of ContactListGroupDescriptionValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListGroupDescriptionValueModifier and TypeMethodDescriptionContactListGroupDescriptionFactory.getValueFromPK(Session session, ContactListGroupDescriptionPK pk) ContactListGroupDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListGroupDescriptionValueModifier and TypeMethodDescriptionContactListGroupDescriptionFactory.getValuesFromPKs(Session session, Collection<ContactListGroupDescriptionPK> pks) ContactListGroupDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListGroupDescriptionValueModifier and TypeMethodDescriptionContactListGroupDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ContactListGroupDescriptionValue value) ContactListGroupDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactListGroupDescriptionValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListGroupDescriptionValueModifier and TypeMethodDescriptionvoidContactListGroupDescriptionFactory.create(Session session, Collection<ContactListGroupDescriptionValue> _values) voidContactListGroupDescriptionFactory.create(Collection<ContactListGroupDescriptionValue> _values) -
Uses of ContactListGroupDescriptionValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListGroupDescriptionValue