Our apparel item objects have the following use cases in the catalog
management component:
- Create, Retrieve, Update, Delete (CRUD) operations
- List operations
- getting/setting attribute operations
So our web services api will consist of descriptions of each of these.
ApparelItemBiz is our business object, it's implemented in Java and it
deals with the Storage system and the ApparelItemBean's that are manifested
from it.
Read the complete API
documentation for the system.