Uses of Class
com.echothree.model.data.tax.common.pk.TaxDescriptionPK
Packages that use TaxDescriptionPK
Package
Description
-
Uses of TaxDescriptionPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return TaxDescriptionPK -
Uses of TaxDescriptionPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return TaxDescriptionPKModifier and TypeMethodDescriptionTaxDescriptionFactory.getNextPK()
TaxDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TaxDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type TaxDescriptionPKModifier and TypeMethodDescriptionTaxDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TaxDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TaxDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) TaxDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type TaxDescriptionPKModifier and TypeMethodDescriptionTaxDescriptionFactory.getEntityFromCache
(Session session, TaxDescriptionPK pk) TaxDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, TaxDescriptionPK pk) TaxDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TaxDescriptionPK pk) TaxDescriptionFactory.getValueFromPK
(Session session, TaxDescriptionPK pk) void
TaxDescriptionFactory.remove
(Session session, TaxDescriptionPK pk) boolean
TaxDescriptionFactory.validPK
(Session session, TaxDescriptionPK pk) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type TaxDescriptionPKModifier and TypeMethodDescriptionTaxDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TaxDescriptionPK> pks) TaxDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TaxDescriptionPK> pks) TaxDescriptionFactory.getValuesFromPKs
(Session session, Collection<TaxDescriptionPK> pks) void
TaxDescriptionFactory.remove
(Session session, Collection<TaxDescriptionPK> pks) void
TaxDescriptionFactory.remove
(Collection<TaxDescriptionPK> pks) -
Uses of TaxDescriptionPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return TaxDescriptionPKConstructors in com.echothree.model.data.tax.server.value with parameters of type TaxDescriptionPKModifierConstructorDescriptionTaxDescriptionValue
(TaxDescriptionPK taxDescriptionPK, TaxPK taxPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TaxDescriptionValue