Liferay 6.1.10-ee-ga1

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

Packages that use DLStore
com.liferay.portlet.documentlibrary.store This package defines the document library portlet storage interfaces, utility and wrapper classes. 
 

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

Methods in com.liferay.portlet.documentlibrary.store that return DLStore
static DLStore DLStoreUtil.getStore()
          Returns the DLStore object.
 

Methods in com.liferay.portlet.documentlibrary.store with parameters of type DLStore
 void DLStoreUtil.setStore(DLStore store)
          Set's the DLStore object.
 


Liferay 6.1.10-ee-ga1