Uses of Class
com.echothree.model.data.tax.common.pk.ItemTaxClassificationDetailPK
Packages that use ItemTaxClassificationDetailPK
Package
Description
-
Uses of ItemTaxClassificationDetailPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return ItemTaxClassificationDetailPKModifier and TypeMethodDescriptionItemTaxClassification.getActiveDetailPK()ItemTaxClassification.getLastDetailPK()ItemTaxClassificationDetail.getPrimaryKey()Methods in com.echothree.model.data.tax.server.entity with parameters of type ItemTaxClassificationDetailPKModifier and TypeMethodDescriptionvoidItemTaxClassification.setActiveDetailPK(ItemTaxClassificationDetailPK activeDetailPK) voidItemTaxClassification.setLastDetailPK(ItemTaxClassificationDetailPK lastDetailPK) -
Uses of ItemTaxClassificationDetailPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return ItemTaxClassificationDetailPKModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.getNextPK()ItemTaxClassificationDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemTaxClassificationDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type ItemTaxClassificationDetailPKModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemTaxClassificationDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemTaxClassificationDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ItemTaxClassificationDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type ItemTaxClassificationDetailPKModifier and TypeMethodDescriptionItemTaxClassificationFactory.create(ItemTaxClassificationDetailPK activeDetailPK, ItemTaxClassificationDetailPK lastDetailPK) ItemTaxClassificationFactory.create(Session session, ItemTaxClassificationDetailPK activeDetailPK, ItemTaxClassificationDetailPK lastDetailPK) ItemTaxClassificationDetailFactory.getEntityFromCache(Session session, ItemTaxClassificationDetailPK pk) ItemTaxClassificationDetailFactory.getEntityFromPK(EntityPermission entityPermission, ItemTaxClassificationDetailPK pk) ItemTaxClassificationDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ItemTaxClassificationDetailPK pk) ItemTaxClassificationDetailFactory.getValueFromPK(Session session, ItemTaxClassificationDetailPK pk) voidItemTaxClassificationDetailFactory.remove(Session session, ItemTaxClassificationDetailPK pk) booleanItemTaxClassificationDetailFactory.validPK(Session session, ItemTaxClassificationDetailPK pk) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type ItemTaxClassificationDetailPKModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemTaxClassificationDetailPK> pks) ItemTaxClassificationDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ItemTaxClassificationDetailPK> pks) ItemTaxClassificationDetailFactory.getValuesFromPKs(Session session, Collection<ItemTaxClassificationDetailPK> pks) voidItemTaxClassificationDetailFactory.remove(Session session, Collection<ItemTaxClassificationDetailPK> pks) voidItemTaxClassificationDetailFactory.remove(Collection<ItemTaxClassificationDetailPK> pks) -
Uses of ItemTaxClassificationDetailPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return ItemTaxClassificationDetailPKModifier and TypeMethodDescriptionItemTaxClassificationValue.getActiveDetailPK()ItemTaxClassificationValue.getLastDetailPK()ItemTaxClassificationDetailValue.getPrimaryKey()Methods in com.echothree.model.data.tax.server.value with parameters of type ItemTaxClassificationDetailPKModifier and TypeMethodDescriptionvoidItemTaxClassificationValue.setActiveDetailPK(ItemTaxClassificationDetailPK activeDetailPK) voidItemTaxClassificationValue.setLastDetailPK(ItemTaxClassificationDetailPK lastDetailPK) Constructors in com.echothree.model.data.tax.server.value with parameters of type ItemTaxClassificationDetailPKModifierConstructorDescriptionItemTaxClassificationDetailValue(ItemTaxClassificationDetailPK itemTaxClassificationDetailPK, ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) Creates a new instance of ItemTaxClassificationDetailValueItemTaxClassificationValue(ItemTaxClassificationDetailPK activeDetailPK, ItemTaxClassificationDetailPK lastDetailPK) Creates a new instance of ItemTaxClassificationValueItemTaxClassificationValue(ItemTaxClassificationPK itemTaxClassificationPK, ItemTaxClassificationDetailPK activeDetailPK, ItemTaxClassificationDetailPK lastDetailPK) Creates a new instance of ItemTaxClassificationValue