Package com.jwpepper.cat

Interface Summary
Catalog Remote interface that prescribes the business methods for the catalog business component.
CatalogHome Enables the finding and creation of catalog business components.
CompositeEntry Prescribes the business methods required by the composite entry business component.
Entry The base class of the Entry version of the classic composite pattern.
EntryItem Prescribes the business methods that constitute an entry item business component.
EntryItemHome Home interface that allows entry items to be found.
Section Prescribes the methods required to support the section business component.
SectionHome Enables the finding and creation of section business components.
SimpleEntry Prescribes the business logic required to support the simple entry business component.
SimpleEntryHome Enables the finding and creation of simple entry business components.
 

Class Summary
Audience A target audience for some communication between J.W.
CatalogHomeImpl Enables the finding and creation of catalog business components.
CatalogImpl Implements the business logic associated with the catalog business component.
CatalogReference Provides a clean client interface into the catalog business object by delegating to the methods of the same name.
CatalogSupport Supports the storage of a catalog business component to a database.
CompositeEntryImpl Implements the business logic for the composite entry business component.
CompositeEntryReference Provides a client view of the composite entry business component by delegating to that business component.
CompositeEntrySupport Provides support above and beyond basic entry support by loading the entry's child entries.
EntryImpl Implements the business logic associated with the entry business component.
EntryItemHomeImpl Home class that allows entry items to be found.
EntryItemReference References a specific entry item entity class and provides methods that delegate to that entry item.
EntryItemSupport  
EntryReference Provides the client view of an entry business component.
EntrySupport Supports the persistence of J.W.
SectionHomeImpl Enables the finding and creation of section business components.
SectionImpl Implements the business logic associated with the section business component.
SectionReference Provides a clean client interface into the section business object by delegating to the methods of the same name.
SectionSupport Supports the storage of a section business component to a database.
SimpleEntryHomeImpl Enables the finding and creation of simple entry business components.
SimpleEntryImpl Implements the business logic for the simple entry business component.
SimpleEntryReference Provides a client view of the simple entry business component by delegating to that business component.
SimpleEntrySupport Supports the storage of a simple entry business component to a database.