olstore.domain.manager |
|
Java Source File Name | Type | Comment |
CartManager.java | Class | A wrapper class for type actions so that there is no need to reference the
beans directly, allowing us to swap out the backend beans for a different
implementation. |
ItemManager.java | Class | A wrapper class for item actions so that there is no need to reference the
beans directly, allowing us to swap out the backend beans for a different
implementation. |
OrderManager.java | Class | A wrapper class for order actions so that there is no need to reference the
beans directly, allowing us to swap out the backend beans for a different
implementation. |
TypeManager.java | Class | A wrapper class for type actions so that there is no need to reference the
beans directly, allowing us to swap out the backend beans for a different
implementation. |
UserManager.java | Class | A wrapper class for user actions so that there is no need to reference the
beans directly, allowing us to swap out the backend beans for a different
implementation. |