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(ContactListPK pk) ContactListFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory that return types with arguments of type ContactListValueModifier and TypeMethodDescriptionContactListFactory.getValuesFromPKs(Collection<ContactListPK> pks) ContactListFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contactlist.server.factory with parameters of type ContactListValueModifier and TypeMethodDescriptionContactListFactory.getEntityFromValue(EntityPermission entityPermission, ContactListValue value) Method parameters in com.echothree.model.data.contactlist.server.factory with type arguments of type ContactListValueModifier and TypeMethodDescriptionvoidContactListFactory.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