Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListGroupValue
Packages that use ContactListGroupValue
Package
Description
-
Uses of ContactListGroupValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListGroupValueMethods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListGroupValueModifier and TypeMethodDescriptionvoid
ContactListGroup.setContactListGroupValue
(ContactListGroupValue value) Constructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListGroupValueModifierConstructorDescriptionContactListGroup
(ContactListGroupValue value, EntityPermission entityPermission) Creates a new instance of ContactListGroup -
Uses of ContactListGroupValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListGroupValueModifier and TypeMethodDescriptionContactListGroupFactory.getValueFromPK
(Session session, ContactListGroupPK pk) ContactListGroupFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListGroupValueModifier and TypeMethodDescriptionContactListGroupFactory.getValuesFromPKs
(Session session, Collection<ContactListGroupPK> pks) ContactListGroupFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListGroupValueModifier and TypeMethodDescriptionContactListGroupFactory.getEntityFromValue
(EntityPermission entityPermission, ContactListGroupValue value) ContactListGroupFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactListGroupValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListGroupValueModifier and TypeMethodDescriptionvoid
ContactListGroupFactory.create
(Session session, Collection<ContactListGroupValue> _values) void
ContactListGroupFactory.create
(Collection<ContactListGroupValue> _values) -
Uses of ContactListGroupValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListGroupValue