Package org.fishbolt.common.manager.ext

The Manager Pattern Extension Interfaces are extensions of the manager.

See:
          Description

Interface Summary
ICollectionManager<O extends IObject<?>> Provides a collection of objects
ICreateManager<O extends IObject<?>> Creates new object instances
IFindManager<O extends IObject<?>,P> Lookups an object by the its unique identity
IGetManager<O extends IObject<?>,P> Extracts a value of the predefined type from an object
IRefreshManager<O extends IObject<?>> Refreshes a data object
IRemoveManager<O extends IObject<?>> Removes a data object
ISetManager<O extends IObject<?>,P> Sets a value of the predefined type to an object
IStoreManager<O extends IObject<?>> Stores an object instances
IValidateManager<O extends IObject<?>,S> Validates and object.
 

Class Summary
ValidationMessage<O,S> Validation message
 

Package org.fishbolt.common.manager.ext Description

The Manager Pattern Extension

Interfaces are extensions of the manager. Every interface represents some functionality