Uses of Class
com.echothree.model.data.tax.server.entity.Tax
Packages that use Tax
Package
Description
-
Uses of Tax in com.echothree.model.control.tax.server.control
Methods in com.echothree.model.control.tax.server.control that return TaxModifier and TypeMethodDescriptionTaxControl.createTax
(String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, BasePK createdBy) TaxControl.getDefaultTax()
TaxControl.getDefaultTaxForUpdate()
TaxControl.getTaxByName
(String taxName) TaxControl.getTaxByNameForUpdate
(String taxName) Methods in com.echothree.model.control.tax.server.control that return types with arguments of type TaxMethods in com.echothree.model.control.tax.server.control with parameters of type TaxModifier and TypeMethodDescriptionTaxControl.createGeoCodeTax
(GeoCode geoCode, Tax tax, BasePK createdBy) TaxControl.createTaxDescription
(Tax tax, Language language, String description, BasePK createdBy) void
TaxControl.deleteGeoCodeTaxesByTax
(Tax tax, BasePK deletedBy) void
void
TaxControl.deleteTaxDescriptionsByTax
(Tax tax, BasePK deletedBy) TaxControl.getBestTaxDescription
(Tax tax, Language language) TaxControl.getGeoCodeTax
(GeoCode geoCode, Tax tax) TaxControl.getGeoCodeTaxesByTax
(Tax tax) TaxControl.getGeoCodeTaxesByTaxForUpdate
(Tax tax) TaxControl.getGeoCodeTaxForUpdate
(GeoCode geoCode, Tax tax) TaxControl.getGeoCodeTaxTransfersByTax
(UserVisit userVisit, Tax tax) TaxControl.getTaxDescription
(Tax tax, Language language) TaxControl.getTaxDescriptionForUpdate
(Tax tax, Language language) TaxControl.getTaxDescriptionsByTax
(Tax tax) TaxControl.getTaxDescriptionsByTaxForUpdate
(Tax tax) TaxControl.getTaxDescriptionTransfersByTax
(UserVisit userVisit, Tax tax) TaxControl.getTaxDescriptionValueForUpdate
(Tax tax, Language language) TaxControl.getTaxDetailValueForUpdate
(Tax tax) TaxControl.getTaxTransfer
(UserVisit userVisit, Tax tax) -
Uses of Tax in com.echothree.model.control.tax.server.transfer
Methods in com.echothree.model.control.tax.server.transfer with parameters of type Tax -
Uses of Tax in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return TaxModifier and TypeMethodDescriptionGeoCodeTax.getTax()
GeoCodeTax.getTax
(EntityPermission entityPermission) GeoCodeTax.getTax
(Session session, EntityPermission entityPermission) TaxDescription.getTax()
TaxDescription.getTax
(EntityPermission entityPermission) TaxDescription.getTax
(Session session, EntityPermission entityPermission) TaxDetail.getTax()
TaxDetail.getTax
(EntityPermission entityPermission) TaxDetail.getTax
(Session session, EntityPermission entityPermission) GeoCodeTax.getTaxForUpdate()
GeoCodeTax.getTaxForUpdate
(Session session) TaxDescription.getTaxForUpdate()
TaxDescription.getTaxForUpdate
(Session session) TaxDetail.getTaxForUpdate()
TaxDetail.getTaxForUpdate
(Session session) Methods in com.echothree.model.data.tax.server.entity with parameters of type Tax -
Uses of Tax in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return TaxModifier and TypeMethodDescriptionTaxFactory.create()
TaxFactory.create
(TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) TaxFactory.create
(Session session, TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) TaxFactory.getEntityFromCache
(Session session, TaxPK pk) TaxFactory.getEntityFromPK
(EntityPermission entityPermission, TaxPK pk) TaxFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TaxPK pk) TaxFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) TaxFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) TaxFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) TaxFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) TaxFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) TaxFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) TaxFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) TaxFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) TaxFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) TaxFactory.getEntityFromValue
(EntityPermission entityPermission, TaxValue value) TaxFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TaxValue value) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type TaxModifier and TypeMethodDescriptionTaxFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TaxPK> pks) TaxFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TaxPK> pks) TaxFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) TaxFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) TaxFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) TaxFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) TaxFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) TaxFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) TaxFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) TaxFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) TaxFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type TaxModifier and TypeMethodDescriptionTaxDescriptionFactory.create
(Tax tax, Language language, String description, Long fromTime, Long thruTime) TaxDescriptionFactory.create
(Session session, Tax tax, Language language, String description, Long fromTime, Long thruTime) TaxDetailFactory.create
(Tax tax, String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TaxDetailFactory.create
(Session session, Tax tax, String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type TaxModifier and TypeMethodDescriptionvoid
TaxFactory.store
(Session session, Collection<Tax> entities) void
TaxFactory.store
(Collection<Tax> entities)