|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaxCategoryService
Provide TaxCategory-related business service.
| Method Summary | |
|---|---|
TaxCategory |
add(TaxCategory taxCategory)
Adds the given taxCategory. |
TaxCategory |
get(long taxCategoryUid)
Get the taxCategory with the given UID. |
java.util.List |
getTaxCategoryInUseUidList()
Get the list of uids of TaxCategory used to configure the existing TaxJurisdiction. |
java.util.List |
list()
List all taxCategorys stored in the database. |
TaxCategory |
load(long taxCategoryUid)
Load the taxCategory with the given UID. |
void |
remove(TaxCategory taxCategory)
Delete the current taxCategory and all its direct/indirect children. |
void |
update(TaxCategory taxCategory)
Updates the given taxCategory. |
| Methods inherited from interface com.elasticpath.service.EpPersistenceService |
|---|
getObject, getPersistenceEngine, setPersistenceEngine |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
TaxCategory add(TaxCategory taxCategory)
throws EpServiceException
taxCategory - the taxCategory to add
EpServiceException - - in case of any errors
TaxCategory get(long taxCategoryUid)
throws EpServiceException
taxCategoryUid - the taxCategory UID
EpServiceException - - in case of any errorsjava.util.List getTaxCategoryInUseUidList()
TaxCategory used to configure the existing TaxJurisdiction.
TaxCategorys in use.
java.util.List list()
throws EpServiceException
EpServiceException - - in case of any errors
TaxCategory load(long taxCategoryUid)
throws EpServiceException
taxCategoryUid - the taxCategory UID
EpServiceException - - in case of any errors
void remove(TaxCategory taxCategory)
throws EpServiceException
taxCategory - the taxCategory to remove
EpServiceException - - in case of any errors
void update(TaxCategory taxCategory)
throws EpServiceException
taxCategory - the taxCategory to update
EpServiceException - - in case of any errors
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||