Class MaterialCache
java.lang.Object
overit.geocallapp.wfm.core.bl.material.MaterialCache
- All Implemented Interfaces:
Serializable
Cache utility for
BOMaterial events.- Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMaterial(Long materialId, PoolKit poolKit) Returns theBOMaterialwhich corresponds to the given id.
-
Constructor Details
-
MaterialCache
public MaterialCache()
-
-
Method Details
-
getMaterial
Returns theBOMaterialwhich corresponds to the given id.- Parameters:
materialId- theBOMaterialidpoolKit- thePoolKit- Returns:
- the corresponding
BOMaterial
-