Uses of Class
com.echothree.model.data.contact.server.entity.PostalAddressLineElement
Packages that use PostalAddressLineElement
Package
Description
-
Uses of PostalAddressLineElement in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return PostalAddressLineElementModifier and TypeMethodDescriptionContactControl.createPostalAddressLineElement(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder, PostalAddressElementType postalAddressElementType, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, BasePK createdBy) ContactControl.getPostalAddressLineElement(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder) ContactControl.getPostalAddressLineElementForUpdate(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder) Methods in com.echothree.model.control.contact.server.control that return types with arguments of type PostalAddressLineElementModifier and TypeMethodDescriptionContactControl.getPostalAddressLineElementsByPostalAddressLine(PostalAddressLine postalAddressLine) ContactControl.getPostalAddressLineElementsByPostalAddressLineForUpdate(PostalAddressLine postalAddressLine) Methods in com.echothree.model.control.contact.server.control with parameters of type PostalAddressLineElementModifier and TypeMethodDescriptionvoidContactControl.deletePostalAddressLineElement(PostalAddressLineElement postalAddressLineElement, BasePK deletedBy) ContactControl.getPostalAddressLineElementTransfer(UserVisit userVisit, PostalAddressLineElement postalAddressLineElement) ContactControl.getPostalAddressLineElementValueForUpdate(PostalAddressLineElement postalAddressLineElement) -
Uses of PostalAddressLineElement in com.echothree.model.control.contact.server.transfer
Methods in com.echothree.model.control.contact.server.transfer with parameters of type PostalAddressLineElementModifier and TypeMethodDescriptionPostalAddressLineElementTransferCache.getPostalAddressLineElementTransfer(UserVisit userVisit, PostalAddressLineElement postalAddressLineElement) -
Uses of PostalAddressLineElement in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressLineElementModifier and TypeMethodDescriptionPostalAddressLineElementFactory.create(PostalAddressLinePK postalAddressLinePK, Integer postalAddressLineElementSortOrder, PostalAddressElementTypePK postalAddressElementTypePK, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Long fromTime, Long thruTime) PostalAddressLineElementFactory.create(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder, PostalAddressElementType postalAddressElementType, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Long fromTime, Long thruTime) PostalAddressLineElementFactory.getEntityFromCache(PostalAddressLineElementPK pk) PostalAddressLineElementFactory.getEntityFromPK(EntityPermission entityPermission, PostalAddressLineElementPK pk) PostalAddressLineElementFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PostalAddressLineElementFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PostalAddressLineElementFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PostalAddressLineElementFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PostalAddressLineElementFactory.getEntityFromValue(EntityPermission entityPermission, PostalAddressLineElementValue value) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressLineElementModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressLineElementPK> pks) PostalAddressLineElementFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PostalAddressLineElementFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PostalAddressLineElementFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PostalAddressLineElementFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressLineElementModifier and TypeMethodDescriptionvoidPostalAddressLineElementFactory.remove(PostalAddressLineElement entity) voidPostalAddressLineElementFactory.store(PostalAddressLineElement entity) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressLineElementModifier and TypeMethodDescriptionvoidPostalAddressLineElementFactory.store(Collection<PostalAddressLineElement> entities)