Uses of Interface
org.fishbolt.common.manager.IObject

Packages that use IObject
org.fishbolt.common.manager The Manager Pattern Separating data and business logic have been always considered as a good practice. 
org.fishbolt.common.manager.ext The Manager Pattern Extension Interfaces are extensions of the manager. 
 

Uses of IObject in org.fishbolt.common.manager
 

Classes in org.fishbolt.common.manager with type parameters of type IObject
 interface IManager<O extends IObject<?>>
          Data Object manager
 

Uses of IObject in org.fishbolt.common.manager.ext
 

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