|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InventoryAuditService
Provides inventory auditing services.
| Method Summary | |
|---|---|
java.util.List |
findByInventoryUid(long inventoryUid)
Returns a list of InventoryAudit based on the given inventory Uid. |
InventoryAudit |
get(long inventoryAuditUid)
Get the InventoryAudit with the given UID. |
void |
saveOrUpdate(InventoryAudit inventoryAudit)
Save or update the given InventoryAudit item. |
| Methods inherited from interface com.elasticpath.service.EpPersistenceService |
|---|
getObject, getPersistenceEngine, setPersistenceEngine |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.util.List findByInventoryUid(long inventoryUid)
InventoryAudit based on the given inventory Uid.
inventoryUid - the inventory Uid
InventoryAuditInventoryAudit get(long inventoryAuditUid)
InventoryAudit with the given UID. Return null if no matching record exists.
inventoryAuditUid - the UID of the inventory audit
void saveOrUpdate(InventoryAudit inventoryAudit)
throws EpServiceException
InventoryAudit item.
inventoryAudit - the InventoryAudit to save or update
EpServiceException - - in case of any errors
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||