Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.documentlibrary.store.Store

Packages that use Store
com.liferay.portlet.documentlibrary.store This package defines the document library portlet store interfaces, base classes, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.store.test   
 

Uses of Store in com.liferay.portlet.documentlibrary.store
 

Classes in com.liferay.portlet.documentlibrary.store that implement Store
 class BaseStore
          The abstract base class for all file store implementations.
 class StoreProxyBean
           
 

Methods in com.liferay.portlet.documentlibrary.store that return Store
 Store StoreFactory.getStore()
           
 Store StoreFactory.getStore(String key)
           
 Store StoreWrapper.wrap(Store store)
           
 Store DefaultStoreWrapper.wrap(Store store)
           
 

Methods in com.liferay.portlet.documentlibrary.store with parameters of type Store
 Store StoreWrapper.wrap(Store store)
           
 Store DefaultStoreWrapper.wrap(Store store)
           
 

Uses of Store in com.liferay.portlet.documentlibrary.store.test
 

Fields in com.liferay.portlet.documentlibrary.store.test declared as Store
protected  Store BaseStoreTestCase.store
           
 


Liferay 7.0-ce-b4