Uses of Class
com.echothree.model.data.tax.common.pk.ItemTaxClassificationPK
Packages that use ItemTaxClassificationPK
Package
Description
-
Uses of ItemTaxClassificationPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return ItemTaxClassificationPKModifier and TypeMethodDescriptionItemTaxClassificationDetail.getItemTaxClassificationPK()ItemTaxClassification.getPrimaryKey()Methods in com.echothree.model.data.tax.server.entity with parameters of type ItemTaxClassificationPKModifier and TypeMethodDescriptionvoidItemTaxClassificationDetail.setItemTaxClassificationPK(ItemTaxClassificationPK itemTaxClassificationPK) -
Uses of ItemTaxClassificationPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return ItemTaxClassificationPKModifier and TypeMethodDescriptionItemTaxClassificationFactory.getNextPK()ItemTaxClassificationFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemTaxClassificationFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type ItemTaxClassificationPKModifier and TypeMethodDescriptionItemTaxClassificationFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemTaxClassificationFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemTaxClassificationFactory.getPKsFromResultSetAsList(ResultSet rs) ItemTaxClassificationFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type ItemTaxClassificationPKModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.create(ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) ItemTaxClassificationDetailFactory.create(Session session, ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) ItemTaxClassificationFactory.getEntityFromCache(Session session, ItemTaxClassificationPK pk) ItemTaxClassificationFactory.getEntityFromPK(EntityPermission entityPermission, ItemTaxClassificationPK pk) ItemTaxClassificationFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ItemTaxClassificationPK pk) ItemTaxClassificationFactory.getValueFromPK(Session session, ItemTaxClassificationPK pk) voidItemTaxClassificationFactory.remove(Session session, ItemTaxClassificationPK pk) booleanItemTaxClassificationFactory.validPK(Session session, ItemTaxClassificationPK pk) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type ItemTaxClassificationPKModifier and TypeMethodDescriptionItemTaxClassificationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemTaxClassificationPK> pks) ItemTaxClassificationFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ItemTaxClassificationPK> pks) ItemTaxClassificationFactory.getValuesFromPKs(Session session, Collection<ItemTaxClassificationPK> pks) voidItemTaxClassificationFactory.remove(Session session, Collection<ItemTaxClassificationPK> pks) voidItemTaxClassificationFactory.remove(Collection<ItemTaxClassificationPK> pks) -
Uses of ItemTaxClassificationPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return ItemTaxClassificationPKModifier and TypeMethodDescriptionItemTaxClassificationDetailValue.getItemTaxClassificationPK()ItemTaxClassificationValue.getPrimaryKey()Methods in com.echothree.model.data.tax.server.value with parameters of type ItemTaxClassificationPKModifier and TypeMethodDescriptionvoidItemTaxClassificationDetailValue.setItemTaxClassificationPK(ItemTaxClassificationPK itemTaxClassificationPK) Constructors in com.echothree.model.data.tax.server.value with parameters of type ItemTaxClassificationPKModifierConstructorDescriptionItemTaxClassificationDetailValue(ItemTaxClassificationDetailPK itemTaxClassificationDetailPK, ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) Creates a new instance of ItemTaxClassificationDetailValueItemTaxClassificationDetailValue(ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) Creates a new instance of ItemTaxClassificationDetailValueItemTaxClassificationValue(ItemTaxClassificationPK itemTaxClassificationPK, ItemTaxClassificationDetailPK activeDetailPK, ItemTaxClassificationDetailPK lastDetailPK) Creates a new instance of ItemTaxClassificationValue