Uses of Class
com.echothree.model.data.contact.server.entity.PostalAddressLine
Packages that use PostalAddressLine
Package
Description
-
Uses of PostalAddressLine in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return PostalAddressLineModifier and TypeMethodDescriptionContactControl.createPostalAddressLine(PostalAddressFormat postalAddressFormat, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, BasePK createdBy) ContactControl.getPostalAddressLine(PostalAddressFormat postalAddressFormat, Integer postalAddressLineSortOrder) ContactControl.getPostalAddressLineForUpdate(PostalAddressFormat postalAddressFormat, Integer postalAddressLineSortOrder) Methods in com.echothree.model.control.contact.server.control that return types with arguments of type PostalAddressLineModifier and TypeMethodDescriptionContactControl.getPostalAddressLinesByPostalAddressFormat(PostalAddressFormat postalAddressFormat) ContactControl.getPostalAddressLinesByPostalAddressFormatForUpdate(PostalAddressFormat postalAddressFormat) Methods in com.echothree.model.control.contact.server.control with parameters of type PostalAddressLineModifier and TypeMethodDescriptionContactControl.createPostalAddressLineElement(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder, PostalAddressElementType postalAddressElementType, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, BasePK createdBy) voidContactControl.deletePostalAddressLine(PostalAddressLine postalAddressLine, BasePK deletedBy) voidContactControl.deletePostalAddressLineElementsByPostalAddressLine(PostalAddressLine postalAddressLine, BasePK deletedBy) ContactControl.getPostalAddressLineDetailValueForUpdate(PostalAddressLine postalAddressLine) ContactControl.getPostalAddressLineElement(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder) ContactControl.getPostalAddressLineElementForUpdate(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder) ContactControl.getPostalAddressLineElementsByPostalAddressLine(PostalAddressLine postalAddressLine) ContactControl.getPostalAddressLineElementsByPostalAddressLineForUpdate(PostalAddressLine postalAddressLine) ContactControl.getPostalAddressLineElementTransfersByPostalAddressLine(UserVisit userVisit, PostalAddressLine postalAddressLine) ContactControl.getPostalAddressLineElementValueForUpdate(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder) ContactControl.getPostalAddressLineTransfer(UserVisit userVisit, PostalAddressLine postalAddressLine) -
Uses of PostalAddressLine in com.echothree.model.control.contact.server.transfer
Methods in com.echothree.model.control.contact.server.transfer with parameters of type PostalAddressLineModifier and TypeMethodDescriptionPostalAddressLineTransferCache.getPostalAddressLineTransfer(UserVisit userVisit, PostalAddressLine postalAddressLine) -
Uses of PostalAddressLine in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressLineModifier and TypeMethodDescriptionPostalAddressLineDetail.getPostalAddressLine()PostalAddressLineDetail.getPostalAddressLine(EntityPermission entityPermission) PostalAddressLineElement.getPostalAddressLine()PostalAddressLineElement.getPostalAddressLine(EntityPermission entityPermission) PostalAddressLineDetail.getPostalAddressLineForUpdate()PostalAddressLineElement.getPostalAddressLineForUpdate()Methods in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressLineModifier and TypeMethodDescriptionvoidPostalAddressLineDetail.setPostalAddressLine(PostalAddressLine entity) voidPostalAddressLineElement.setPostalAddressLine(PostalAddressLine entity) -
Uses of PostalAddressLine in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressLineModifier and TypeMethodDescriptionPostalAddressLineFactory.create()PostalAddressLineFactory.create(PostalAddressLineDetailPK activeDetailPK, PostalAddressLineDetailPK lastDetailPK) PostalAddressLineFactory.create(PostalAddressLineDetail activeDetail, PostalAddressLineDetail lastDetail) PostalAddressLineFactory.getEntityFromCache(PostalAddressLinePK pk) PostalAddressLineFactory.getEntityFromPK(EntityPermission entityPermission, PostalAddressLinePK pk) PostalAddressLineFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PostalAddressLineFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PostalAddressLineFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PostalAddressLineFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PostalAddressLineFactory.getEntityFromValue(EntityPermission entityPermission, PostalAddressLineValue value) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressLineModifier and TypeMethodDescriptionPostalAddressLineFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressLinePK> pks) PostalAddressLineFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PostalAddressLineFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PostalAddressLineFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PostalAddressLineFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressLineModifier and TypeMethodDescriptionPostalAddressLineDetailFactory.create(PostalAddressLine postalAddressLine, PostalAddressFormat postalAddressFormat, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) PostalAddressLineElementFactory.create(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder, PostalAddressElementType postalAddressElementType, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Long fromTime, Long thruTime) voidPostalAddressLineFactory.remove(PostalAddressLine entity) voidPostalAddressLineFactory.store(PostalAddressLine entity) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressLineModifier and TypeMethodDescriptionvoidPostalAddressLineFactory.store(Collection<PostalAddressLine> entities)