Uses of Class
com.echothree.model.data.tax.common.pk.TaxClassificationTranslationPK
Packages that use TaxClassificationTranslationPK
Package
Description
-
Uses of TaxClassificationTranslationPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return TaxClassificationTranslationPK -
Uses of TaxClassificationTranslationPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return TaxClassificationTranslationPKModifier and TypeMethodDescriptionTaxClassificationTranslationFactory.getNextPK()TaxClassificationTranslationFactory.getPKFromQuery(PreparedStatement ps, Object... params) TaxClassificationTranslationFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type TaxClassificationTranslationPKModifier and TypeMethodDescriptionTaxClassificationTranslationFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TaxClassificationTranslationFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TaxClassificationTranslationFactory.getPKsFromResultSetAsList(ResultSet rs) TaxClassificationTranslationFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type TaxClassificationTranslationPKModifier and TypeMethodDescriptionTaxClassificationTranslationFactory.getEntityFromCache(TaxClassificationTranslationPK pk) TaxClassificationTranslationFactory.getEntityFromPK(EntityPermission entityPermission, TaxClassificationTranslationPK pk) TaxClassificationTranslationFactory.getValueFromPK(TaxClassificationTranslationPK pk) voidTaxClassificationTranslationFactory.remove(TaxClassificationTranslationPK pk) booleanTaxClassificationTranslationFactory.validPK(TaxClassificationTranslationPK pk) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type TaxClassificationTranslationPKModifier and TypeMethodDescriptionTaxClassificationTranslationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TaxClassificationTranslationPK> pks) TaxClassificationTranslationFactory.getValuesFromPKs(Collection<TaxClassificationTranslationPK> pks) voidTaxClassificationTranslationFactory.remove(Collection<TaxClassificationTranslationPK> pks) -
Uses of TaxClassificationTranslationPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return TaxClassificationTranslationPKConstructors in com.echothree.model.data.tax.server.value with parameters of type TaxClassificationTranslationPKModifierConstructorDescriptionTaxClassificationTranslationValue(TaxClassificationTranslationPK taxClassificationTranslationPK, TaxClassificationPK taxClassificationPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, Long fromTime, Long thruTime) Creates a new instance of TaxClassificationTranslationValue -
Uses of TaxClassificationTranslationPK in com.echothree.model.jooq.server.records.tax
Methods in com.echothree.model.jooq.server.records.tax that return TaxClassificationTranslationPKModifier and TypeMethodDescriptionTaxClassificationTranslations.TaxClassificationTranslation()Getter fortaxclassificationtranslations.txclsfntr_taxclassificationtranslationid.Methods in com.echothree.model.jooq.server.records.tax that return types with arguments of type TaxClassificationTranslationPKModifier and TypeMethodDescriptionorg.jooq.Record1<TaxClassificationTranslationPK> TaxClassificationTranslations.key()Methods in com.echothree.model.jooq.server.records.tax with parameters of type TaxClassificationTranslationPKModifier and TypeMethodDescriptionvoidTaxClassificationTranslations.TaxClassificationTranslation(TaxClassificationTranslationPK value) Setter fortaxclassificationtranslations.txclsfntr_taxclassificationtranslationid.Constructors in com.echothree.model.jooq.server.records.tax with parameters of type TaxClassificationTranslationPKModifierConstructorDescriptionTaxClassificationTranslations(TaxClassificationTranslationPK TaxClassificationTranslation, TaxClassificationPK TaxClassification, LanguagePK Language, String Description, MimeTypePK OverviewMimeType, String Overview, Long FromTime, Long ThruTime) Create a detached, initialised TaxClassificationTranslations -
Uses of TaxClassificationTranslationPK in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type TaxClassificationTranslationPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TaxClassificationTranslations, TaxClassificationTranslationPK> TaxClassificationTranslations.TAX_CLASSIFICATION_TRANSLATIONThe columntaxclassificationtranslations.txclsfntr_taxclassificationtranslationid.