Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListGroupDetailValue
Packages that use ContactListGroupDetailValue
Package
Description
-
Uses of ContactListGroupDetailValue in com.echothree.model.control.contactlist.server.control
Methods in com.echothree.model.control.contactlist.server.control that return ContactListGroupDetailValueModifier and TypeMethodDescriptionContactListControl.getContactListGroupDetailValueByNameForUpdate(String contactListGroupName) ContactListControl.getContactListGroupDetailValueForUpdate(ContactListGroup contactListGroup) ContactListControl.getDefaultContactListGroupDetailValueForUpdate()Methods in com.echothree.model.control.contactlist.server.control with parameters of type ContactListGroupDetailValueModifier and TypeMethodDescriptionvoidContactListControl.updateContactListGroupFromValue(ContactListGroupDetailValue contactListGroupDetailValue, BasePK updatedBy) -
Uses of ContactListGroupDetailValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListGroupDetailValueMethods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListGroupDetailValueModifier and TypeMethodDescriptionvoidContactListGroupDetail.setContactListGroupDetailValue(ContactListGroupDetailValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListGroupDetailValueModifierConstructorDescriptionContactListGroupDetail(ContactListGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of ContactListGroupDetail -
Uses of ContactListGroupDetailValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListGroupDetailValueModifier and TypeMethodDescriptionContactListGroupDetailFactory.getValueFromPK(Session session, ContactListGroupDetailPK pk) ContactListGroupDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListGroupDetailValueModifier and TypeMethodDescriptionContactListGroupDetailFactory.getValuesFromPKs(Session session, Collection<ContactListGroupDetailPK> pks) ContactListGroupDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListGroupDetailValueModifier and TypeMethodDescriptionContactListGroupDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContactListGroupDetailValue value) ContactListGroupDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactListGroupDetailValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListGroupDetailValueModifier and TypeMethodDescriptionvoidContactListGroupDetailFactory.create(Session session, Collection<ContactListGroupDetailValue> _values) voidContactListGroupDetailFactory.create(Collection<ContactListGroupDetailValue> _values) -
Uses of ContactListGroupDetailValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListGroupDetailValue