Uses of Class
com.echothree.model.data.contact.common.pk.PostalAddressLineElementPK
Packages that use PostalAddressLineElementPK
Package
Description
-
Uses of PostalAddressLineElementPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressLineElementPK -
Uses of PostalAddressLineElementPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressLineElementPKModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getNextPK()PostalAddressLineElementFactory.getPKFromQuery(PreparedStatement ps, Object... params) PostalAddressLineElementFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressLineElementPKModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PostalAddressLineElementFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PostalAddressLineElementFactory.getPKsFromResultSetAsList(ResultSet rs) PostalAddressLineElementFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressLineElementPKModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getEntityFromCache(PostalAddressLineElementPK pk) PostalAddressLineElementFactory.getEntityFromPK(EntityPermission entityPermission, PostalAddressLineElementPK pk) PostalAddressLineElementFactory.getValueFromPK(PostalAddressLineElementPK pk) voidPostalAddressLineElementFactory.remove(PostalAddressLineElementPK pk) booleanPostalAddressLineElementFactory.validPK(PostalAddressLineElementPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressLineElementPKModifier and TypeMethodDescriptionPostalAddressLineElementFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PostalAddressLineElementPK> pks) PostalAddressLineElementFactory.getValuesFromPKs(Collection<PostalAddressLineElementPK> pks) voidPostalAddressLineElementFactory.remove(Collection<PostalAddressLineElementPK> pks) -
Uses of PostalAddressLineElementPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressLineElementPKConstructors in com.echothree.model.data.contact.server.value with parameters of type PostalAddressLineElementPKModifierConstructorDescriptionPostalAddressLineElementValue(PostalAddressLineElementPK postalAddressLineElementPK, PostalAddressLinePK postalAddressLinePK, Integer postalAddressLineElementSortOrder, PostalAddressElementTypePK postalAddressElementTypePK, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Long fromTime, Long thruTime) Creates a new instance of PostalAddressLineElementValue -
Uses of PostalAddressLineElementPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return PostalAddressLineElementPKModifier and TypeMethodDescriptionPostalAddressLineElements.PostalAddressLineElement()Getter forpostaladdresslineelements.pstale_postaladdresslineelementid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type PostalAddressLineElementPKModifier and TypeMethodDescriptionorg.jooq.Record1<PostalAddressLineElementPK> PostalAddressLineElements.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type PostalAddressLineElementPKModifier and TypeMethodDescriptionvoidPostalAddressLineElements.PostalAddressLineElement(PostalAddressLineElementPK value) Setter forpostaladdresslineelements.pstale_postaladdresslineelementid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type PostalAddressLineElementPKModifierConstructorDescriptionPostalAddressLineElements(PostalAddressLineElementPK PostalAddressLineElement, PostalAddressLinePK PostalAddressLine, Integer PostalAddressLineElementSortOrder, PostalAddressElementTypePK PostalAddressElementType, String Prefix, Boolean AlwaysIncludePrefix, String Suffix, Boolean AlwaysIncludeSuffix, Long FromTime, Long ThruTime) Create a detached, initialised PostalAddressLineElements -
Uses of PostalAddressLineElementPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type PostalAddressLineElementPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PostalAddressLineElements, PostalAddressLineElementPK> PostalAddressLineElements.POSTAL_ADDRESS_LINE_ELEMENTThe columnpostaladdresslineelements.pstale_postaladdresslineelementid.