|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.dataadministration.ProductProcessor
public class ProductProcessor
A class responsible for handling and staging the product dimension.
Constructor Summary | |
---|---|
ProductProcessor(DataModificationService svc)
Instantiates a new product processor. |
Method Summary | |
---|---|
int |
retrieveProductKey(java.lang.String productId)
Retrieve product key. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProductProcessor(DataModificationService svc)
svc
- the DataModificationService
to use to access the databaseMethod Detail |
---|
public int retrieveProductKey(java.lang.String productId) throws java.sql.SQLException
productId
- the id of the product, the key of which is to be retrieved.
java.sql.SQLException
- the SQL exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |