@Override
@SuppressWarnings ("unchecked")
- public List<Category> allCategories () {
+ public List<Category> fetchAllCategories () {
// Trace message
this.getLoggerBeanLocal().logTrace(MessageFormat.format("{0}.allCategories: CALLED!", this.getClass().getSimpleName())); //NOI18N
@Override
@SuppressWarnings ("unchecked")
- public List<Product> allAvailableProducts () {
+ public List<Product> fetchAllAvailableProducts () {
// Trace message
this.getLoggerBeanLocal().logTrace(MessageFormat.format("{0}.allAvailableProducts: CALLED!", this.getClass().getSimpleName())); //NOI18N
@Override
@SuppressWarnings ("unchecked")
- public List<Product> allProducts () {
+ public List<Product> fetchAllProducts () {
// Trace message
this.getLoggerBeanLocal().logTrace(MessageFormat.format("{0}.allProducts: CALLED!", this.getClass().getSimpleName())); //NOI18N