Uses of Class
com.echothree.model.data.contact.server.value.PostalAddressFormatValue
Packages that use PostalAddressFormatValue
Package
Description
-
Uses of PostalAddressFormatValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressFormatValueMethods in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressFormatValueModifier and TypeMethodDescriptionvoidPostalAddressFormat.setPostalAddressFormatValue(PostalAddressFormatValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressFormatValueModifierConstructorDescriptionPostalAddressFormat(PostalAddressFormatValue value, EntityPermission entityPermission) Creates a new instance of PostalAddressFormat -
Uses of PostalAddressFormatValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressFormatValueModifier and TypeMethodDescriptionPostalAddressFormatFactory.getValueFromPK(Session session, PostalAddressFormatPK pk) PostalAddressFormatFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressFormatValueModifier and TypeMethodDescriptionPostalAddressFormatFactory.getValuesFromPKs(Session session, Collection<PostalAddressFormatPK> pks) PostalAddressFormatFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressFormatValueModifier and TypeMethodDescriptionPostalAddressFormatFactory.getEntityFromValue(EntityPermission entityPermission, PostalAddressFormatValue value) PostalAddressFormatFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PostalAddressFormatValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressFormatValueModifier and TypeMethodDescriptionvoidPostalAddressFormatFactory.create(Session session, Collection<PostalAddressFormatValue> _values) voidPostalAddressFormatFactory.create(Collection<PostalAddressFormatValue> _values) -
Uses of PostalAddressFormatValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressFormatValue