|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectglogic.jthin.serv.ProductFinder
Contains all available products and their configurations.
| Method Summary | |
void |
addProduct(ProductConfig prodConfig)
|
java.util.Collection |
getAllProducts()
Returns all available products defined in the system. |
static ProductFinder |
getInstance()
|
ProductConfig |
getProduct(java.lang.String stProductName)
Avoid using this version as it is slower than the Integer version above. |
boolean |
isValidProduct(java.lang.String name)
Check if product exists. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ProductFinder getInstance()
public void addProduct(ProductConfig prodConfig)
public java.util.Collection getAllProducts()
public ProductConfig getProduct(java.lang.String stProductName)
stProductName - Description of the Parameter
public boolean isValidProduct(java.lang.String name)
|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||