Uses of Class
com.echothree.model.data.contact.server.value.PostalAddressLineValue
Packages that use PostalAddressLineValue
Package
Description
-
Uses of PostalAddressLineValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressLineValueMethods in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressLineValueModifier and TypeMethodDescriptionvoidPostalAddressLine.setPostalAddressLineValue(PostalAddressLineValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressLineValueModifierConstructorDescriptionPostalAddressLine(PostalAddressLineValue value, EntityPermission entityPermission) Creates a new instance of PostalAddressLine -
Uses of PostalAddressLineValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressLineValueModifier and TypeMethodDescriptionPostalAddressLineFactory.getValueFromPK(Session session, PostalAddressLinePK pk) PostalAddressLineFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressLineValueModifier and TypeMethodDescriptionPostalAddressLineFactory.getValuesFromPKs(Session session, Collection<PostalAddressLinePK> pks) PostalAddressLineFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressLineValueModifier and TypeMethodDescriptionPostalAddressLineFactory.getEntityFromValue(EntityPermission entityPermission, PostalAddressLineValue value) PostalAddressLineFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PostalAddressLineValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressLineValueModifier and TypeMethodDescriptionvoidPostalAddressLineFactory.create(Session session, Collection<PostalAddressLineValue> _values) voidPostalAddressLineFactory.create(Collection<PostalAddressLineValue> _values) -
Uses of PostalAddressLineValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressLineValue