| olstore.domain.logic.OlstoreFacade
All known Subclasses: olstore.domain.logic.OlstoreImpl,
OlstoreFacade | public interface OlstoreFacade (Code) | | An interface for the olstore bean that will act as a POJO to let us expose
the methods in the store's beans so that we can easily replace the back end EJBs
without much modification to the other classes in the the application.
|
findByMainPageAndSpecialOffer | public Collection findByMainPageAndSpecialOffer()(Code) | | |
isPopulated | public boolean isPopulated()(Code) | | |
|
|