|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.commerce.messaging.SourceSinkTemplate
atg.commerce.inventory.LocalizingInventoryManager
public class LocalizingInventoryManager
This class implements InventoryManager for the purpose of localizing inventory. It provides capability to call a particular inventory manager, based on a locale key.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Fields inherited from class atg.nucleus.GenericService |
|---|
SERVICE_INFO_KEY |
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
|---|
DEFAULT_LOG_TRACE_STATUS |
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
| Constructor Summary | |
|---|---|
LocalizingInventoryManager()
|
|
| Method Summary | |
|---|---|
void |
acquireInventoryLocks(java.util.List pItemIds)
Acquires locks for the inventory items that apply to the given ids. |
void |
acquireInventoryLocks(java.util.List pItemIds,
java.lang.String pLocaleKey)
|
int |
backorder(java.lang.String pId,
long pHowMany)
Backorder an item. |
int |
backorder(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
|
int |
decreaseBackorderLevel(java.lang.String pId,
long pNumber)
Decrease an item's backorder level by the specified amount. |
int |
decreaseBackorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
int |
decreasePreorderLevel(java.lang.String pId,
long pNumber)
Decrease an item's preorder level by the specified amount. |
int |
decreasePreorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
int |
decreaseStockLevel(java.lang.String pId,
long pNumber)
Decrease an item's stock level by the specified amount. |
int |
decreaseStockLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
InventoryManager |
getDefaultInventoryManager()
Returns property DefaultInventoryManager |
java.lang.String |
getDefaultLocaleKey()
|
InventoryManager |
getInventoryManager(java.lang.String pLocaleKey)
Returns an InventoryManager, localized if the localeKey parameter was passed as a parameter to the servlet bean and a map of InventoryManagers has been defined. |
ServiceMap |
getInventoryManagers()
Returns property InventoryManagers |
java.lang.String |
getInventoryName()
The displayable name of this inventory manager. |
java.lang.String |
getInventoryName(java.lang.String pLocaleKey)
|
int |
increaseBackorderLevel(java.lang.String pId,
long pNumber)
Increase an item's backorder level by the specified number. |
int |
increaseBackorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
int |
increasePreorderLevel(java.lang.String pId,
long pNumber)
Increase an item's preorder level by the specified number. |
int |
increasePreorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
int |
increaseStockLevel(java.lang.String pId,
long pNumber)
Increase an item's stock level by the specified number. |
int |
increaseStockLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
int |
inventoryWasUpdated(java.util.List pItemIds)
Informs the inventory manager that the given ids are now available. |
int |
inventoryWasUpdated(java.util.List pItemIds,
java.lang.String pLocaleKey)
|
boolean |
isUseDefaultInventoryManager()
Returns property useDefaultInventoryManager |
int |
preorder(java.lang.String pId,
long pHowMany)
Preorder an item. |
int |
preorder(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
|
int |
purchase(java.lang.String pId,
long pHowMany)
Actually purchases a product. |
int |
purchase(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
|
int |
purchaseOffBackorder(java.lang.String pId,
long pHowMany)
Actually purchases a product. |
int |
purchaseOffBackorder(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
|
int |
purchaseOffPreorder(java.lang.String pId,
long pHowMany)
Actually purchases a product. |
int |
purchaseOffPreorder(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
|
java.util.Date |
queryAvailabilityDate(java.lang.String pId)
Return the availability date of an item. |
java.util.Date |
queryAvailabilityDate(java.lang.String pId,
java.lang.String pLocaleKey)
|
int |
queryAvailabilityStatus(java.lang.String pId)
Return the availability status of a given item. |
int |
queryAvailabilityStatus(java.lang.String pId,
java.lang.String pLocaleKey)
|
long |
queryBackorderLevel(java.lang.String pId)
Return how many of a given item can be backorder. |
long |
queryBackorderLevel(java.lang.String pId,
java.lang.String pLocaleKey)
|
long |
queryBackorderThreshold(java.lang.String pId)
Return the threshold associated with backorderLevel |
long |
queryBackorderThreshold(java.lang.String pId,
java.lang.String pLocaleKey)
|
long |
queryPreorderLevel(java.lang.String pId)
Return how many of a given item can be preorder. |
long |
queryPreorderLevel(java.lang.String pId,
java.lang.String pLocaleKey)
|
long |
queryPreorderThreshold(java.lang.String pId)
Return the threshold associated with preorderLevel |
long |
queryPreorderThreshold(java.lang.String pId,
java.lang.String pLocaleKey)
|
long |
queryStockLevel(java.lang.String pId)
Return how many of a given item are in the system. |
long |
queryStockLevel(java.lang.String pId,
java.lang.String pLocaleKey)
|
long |
queryStockThreshold(java.lang.String pId)
Return the threshold associated with stockLevel. |
long |
queryStockThreshold(java.lang.String pId,
java.lang.String pLocaleKey)
|
void |
releaseInventoryLocks(java.util.List pItemIds)
Release locks for the inventory items that apply to the given ids. |
void |
releaseInventoryLocks(java.util.List pItemIds,
java.lang.String pLocaleKey)
|
int |
setAvailabilityDate(java.lang.String pId,
java.util.Date pDate)
Set an item's availability date. |
int |
setAvailabilityDate(java.lang.String pId,
java.util.Date pDate,
java.lang.String pLocaleKey)
|
int |
setAvailabilityStatus(java.lang.String pId,
int pStatus)
Set an item's availability status. |
int |
setAvailabilityStatus(java.lang.String pId,
int pStatus,
java.lang.String pLocaleKey)
|
int |
setBackorderLevel(java.lang.String pId,
long pNumber)
Set an item's backorder level to the specified number. |
int |
setBackorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
int |
setBackorderThreshold(java.lang.String pId,
long pNumber)
Set an item's backorder level threshold. |
int |
setBackorderThreshold(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
void |
setDefaultInventoryManager(InventoryManager pDefaultInventoryManager)
Sets property InventoryManager |
void |
setDefaultLocaleKey(java.lang.String pDefaultLocaleKey)
Sets property mDefaultLocalKey |
void |
setInventoryManagers(ServiceMap pInventoryManagers)
Sets property InventoryManagers |
int |
setPreorderLevel(java.lang.String pId,
long pNumber)
Set an item's preorder level to the specified number. |
int |
setPreorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
int |
setPreorderThreshold(java.lang.String pId,
long pNumber)
Set an item's preorder level threshold. |
int |
setPreorderThreshold(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
int |
setStockLevel(java.lang.String pId,
long pNumber)
Set an item's stock level to the specified number. |
int |
setStockLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
int |
setStockThreshold(java.lang.String pId,
long pNumber)
Set an item's stock level threshold. |
int |
setStockThreshold(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
|
void |
setUseDefaultInventoryManager(boolean pUseDefaultInventoryManager)
Sets property useDefaultInventoryManager. |
| Methods inherited from class atg.commerce.messaging.SourceSinkTemplate |
|---|
getDelayOnSendRetry, getMessageSourceContext, getMessageSourceName, getTransactionManager, isAllowMessageSending, receiveMessage, sendCommerceMessage, sendObjectMessage, setAllowMessageSending, setDelayOnSendRetry, setMessageSourceContext, setMessageSourceName, setTransactionManager, startMessageSource, stopMessageSource |
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public LocalizingInventoryManager()
| Method Detail |
|---|
public void setDefaultLocaleKey(java.lang.String pDefaultLocaleKey)
public java.lang.String getDefaultLocaleKey()
public void setDefaultInventoryManager(InventoryManager pDefaultInventoryManager)
public InventoryManager getDefaultInventoryManager()
public void setInventoryManagers(ServiceMap pInventoryManagers)
public ServiceMap getInventoryManagers()
public void setUseDefaultInventoryManager(boolean pUseDefaultInventoryManager)
public boolean isUseDefaultInventoryManager()
public java.lang.String getInventoryName()
getInventoryName in interface InventoryManagerpublic java.lang.String getInventoryName(java.lang.String pLocaleKey)
public InventoryManager getInventoryManager(java.lang.String pLocaleKey)
public int purchase(java.lang.String pId,
long pHowMany)
throws InventoryException
purchase in interface InventoryManagerpId - the id of the item involved
InventoryException - if there was a problem during the purchase process.
public int purchase(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int purchaseOffBackorder(java.lang.String pId,
long pHowMany)
throws InventoryException
purchaseOffBackorder in interface InventoryManagerpId - the id of the item involved
InventoryException - if there was a problem during the purchase process.
public int purchaseOffBackorder(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int purchaseOffPreorder(java.lang.String pId,
long pHowMany)
throws InventoryException
purchaseOffPreorder in interface InventoryManagerpId - the id of the item involved
InventoryException - if there was a problem during the purchase process.
public int purchaseOffPreorder(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int preorder(java.lang.String pId,
long pHowMany)
throws InventoryException
preorder in interface InventoryManagerpId - the id of the item involved
InventoryException - if there was a problem in trying to preorder the item
public int preorder(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int backorder(java.lang.String pId,
long pHowMany)
throws InventoryException
backorder in interface InventoryManagerpId - the id of the item involved
InventoryException - if there was a problem with the backordering process.
public int backorder(java.lang.String pId,
long pHowMany,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int setStockLevel(java.lang.String pId,
long pNumber)
throws InventoryException
setStockLevel in interface InventoryManagerpId - the id of the item involvedpNumber - the number of the given item to restock
InventoryException - if there was a problem trying to restock
public int setStockLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int setBackorderLevel(java.lang.String pId,
long pNumber)
throws InventoryException
setBackorderLevel in interface InventoryManagerpId - the id of the item involvedpNumber - the number of the given item to restock
InventoryException - if there was a problem trying to restock
public int setBackorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int setPreorderLevel(java.lang.String pId,
long pNumber)
throws InventoryException
setPreorderLevel in interface InventoryManagerpId - the id of the item involvedpNumber - the number of the given item to restock
InventoryException - if there was a problem trying to restock
public int setPreorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int increaseStockLevel(java.lang.String pId,
long pNumber)
throws InventoryException
increaseStockLevel in interface InventoryManagerpId - the id of the item involvedpNumber - the number of items to add to the current stock level
InventoryException - if there was a problem trying to restock
public int increaseStockLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int decreaseStockLevel(java.lang.String pId,
long pNumber)
throws InventoryException
decreaseStockLevel in interface InventoryManagerpId - the id of the item involvedpNumber - the number of items to decrease from the current stock level
InventoryException - if there was a problem trying to restock
public int decreaseStockLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int increaseBackorderLevel(java.lang.String pId,
long pNumber)
throws InventoryException
increaseBackorderLevel in interface InventoryManagerpId - the id of the item involvedpNumber - the number of items to add to the current stock level
InventoryException - if there was a problem trying to restock
public int increaseBackorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int decreaseBackorderLevel(java.lang.String pId,
long pNumber)
throws InventoryException
decreaseBackorderLevel in interface InventoryManagerpId - the id of the item involvedpNumber - the number of items to decrease from the current stock level
InventoryException - if there was a problem trying to restock
public int decreaseBackorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int increasePreorderLevel(java.lang.String pId,
long pNumber)
throws InventoryException
increasePreorderLevel in interface InventoryManagerpId - the id of the item involvedpNumber - the number of items to add to the current stock level
InventoryException - if there was a problem trying to restock
public int increasePreorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int decreasePreorderLevel(java.lang.String pId,
long pNumber)
throws InventoryException
decreasePreorderLevel in interface InventoryManagerpId - the id of the item involvedpNumber - the number of items to decrease from the current stock level
InventoryException - if there was a problem trying to restock
public int decreasePreorderLevel(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int setStockThreshold(java.lang.String pId,
long pNumber)
throws InventoryException
setStockThreshold in interface InventoryManagerpId - the id of the item involvedpNumber - the number of the given item to restock
InventoryException - if there was a problem trying to restock
public int setStockThreshold(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int setBackorderThreshold(java.lang.String pId,
long pNumber)
throws InventoryException
setBackorderThreshold in interface InventoryManagerpId - the id of the item involvedpNumber - the number of the given item to restock
InventoryException - if there was a problem trying to restock
public int setBackorderThreshold(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int setPreorderThreshold(java.lang.String pId,
long pNumber)
throws InventoryException
setPreorderThreshold in interface InventoryManagerpId - the id of the item involvedpNumber - the number of the given item to restock
InventoryException - if there was a problem trying to restock
public int setPreorderThreshold(java.lang.String pId,
long pNumber,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int setAvailabilityStatus(java.lang.String pId,
int pStatus)
throws InventoryException
setAvailabilityStatus in interface InventoryManagerpId - the id of the item involvedpStatus - the new status (one of AVAILABILITY_STATUS_IN_STOCK,
AVAILABILITY_STATUS_BACKORDERABLE,
AVAILABILITY_STATUS_PREORDERABLE,
AVAILABILITY_STATUS_OUT_OF_STOCK,
AVAILABILITY_STATUS_DISCONTINUED,
or AVAILABILITY_STATUS_DERIVED)
InventoryException
public int setAvailabilityStatus(java.lang.String pId,
int pStatus,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int setAvailabilityDate(java.lang.String pId,
java.util.Date pDate)
throws InventoryException
setAvailabilityDate in interface InventoryManagerpId - the id of the item involvedpDate - The new availability date for the item.
InventoryException
public int setAvailabilityDate(java.lang.String pId,
java.util.Date pDate,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int queryAvailabilityStatus(java.lang.String pId)
throws InventoryException
queryAvailabilityStatus in interface InventoryManagerInventoryException - if there was a problem determining the status of the item
public int queryAvailabilityStatus(java.lang.String pId,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public long queryStockLevel(java.lang.String pId)
throws InventoryException
queryStockLevel in interface InventoryManagerInventoryException - if there was a problem determining the number
public long queryStockLevel(java.lang.String pId,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public long queryBackorderLevel(java.lang.String pId)
throws InventoryException
queryBackorderLevel in interface InventoryManagerInventoryException - if there was a problem determining the number
public long queryBackorderLevel(java.lang.String pId,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public long queryPreorderLevel(java.lang.String pId)
throws InventoryException
queryPreorderLevel in interface InventoryManagerInventoryException - if there was a problem determining the number
public long queryPreorderLevel(java.lang.String pId,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public long queryStockThreshold(java.lang.String pId)
throws InventoryException
queryStockThreshold in interface InventoryManagerInventoryException - if there was a problem determining the number
public long queryStockThreshold(java.lang.String pId,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public long queryBackorderThreshold(java.lang.String pId)
throws InventoryException
queryBackorderThreshold in interface InventoryManagerInventoryException - if there was a problem determining the number
public long queryBackorderThreshold(java.lang.String pId,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public long queryPreorderThreshold(java.lang.String pId)
throws InventoryException
queryPreorderThreshold in interface InventoryManagerInventoryException - if there was a problem determining the number
public long queryPreorderThreshold(java.lang.String pId,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public java.util.Date queryAvailabilityDate(java.lang.String pId)
throws InventoryException
queryAvailabilityDate in interface InventoryManagerInventoryException - if there was a problem determining the date
public java.util.Date queryAvailabilityDate(java.lang.String pId,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public int inventoryWasUpdated(java.util.List pItemIds)
throws InventoryException
inventoryWasUpdated in interface InventoryManagerpItemIds - The items with recently added inventory
InventoryException
public int inventoryWasUpdated(java.util.List pItemIds,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public void acquireInventoryLocks(java.util.List pItemIds)
throws InventoryException
acquireInventoryLocks in interface InventoryManagerInventoryException
public void acquireInventoryLocks(java.util.List pItemIds,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
public void releaseInventoryLocks(java.util.List pItemIds)
throws InventoryException
releaseInventoryLocks in interface InventoryManagerInventoryException
public void releaseInventoryLocks(java.util.List pItemIds,
java.lang.String pLocaleKey)
throws InventoryException
InventoryException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||