Uses of Class
com.echothree.model.data.contactlist.server.value.ContactListValue
Packages that use ContactListValue
Package
Description
-
Uses of ContactListValue in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return ContactListValueMethods in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListValueConstructors in com.echothree.model.data.contactlist.server.entity with parameters of type ContactListValueModifierConstructorDescriptionContactList(ContactListValue value, EntityPermission entityPermission) Creates a new instance of ContactList -
Uses of ContactListValue in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory that return ContactListValueModifier and TypeMethodDescriptionContactListFactory.getValueFromPK(Session session, ContactListPK pk) ContactListFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListValueModifier and TypeMethodDescriptionContactListFactory.getValuesFromPKs(Session session, Collection<ContactListPK> pks) ContactListFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListValueModifier and TypeMethodDescriptionContactListFactory.getEntityFromValue(EntityPermission entityPermission, ContactListValue value) ContactListFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactListValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListValueModifier and TypeMethodDescriptionvoidContactListFactory.create(Session session, Collection<ContactListValue> _values) voidContactListFactory.create(Collection<ContactListValue> _values) -
Uses of ContactListValue in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return ContactListValue