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(Session session, TaxClassificationTranslationPK pk) TaxClassificationTranslationFactory.getEntityFromPK(EntityPermission entityPermission, TaxClassificationTranslationPK pk) TaxClassificationTranslationFactory.getEntityFromPK(Session session, EntityPermission entityPermission, TaxClassificationTranslationPK pk) TaxClassificationTranslationFactory.getValueFromPK(Session session, TaxClassificationTranslationPK pk) voidTaxClassificationTranslationFactory.remove(Session session, TaxClassificationTranslationPK pk) booleanTaxClassificationTranslationFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<TaxClassificationTranslationPK> pks) TaxClassificationTranslationFactory.getValuesFromPKs(Session session, Collection<TaxClassificationTranslationPK> pks) voidTaxClassificationTranslationFactory.remove(Session session, 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