Liferay 7.0-ce-a3

com.liferay.portlet.documentlibrary.store
Class StoreFactory

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.store.StoreFactory

public class StoreFactory
extends Object


Method Summary
 void checkProperties()
           
 void destroy()
           
static StoreFactory getInstance()
           
 Store getStore()
           
 Store getStore(String key)
           
 String[] getStoreTypes()
           
 void setStore(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static StoreFactory getInstance()

checkProperties

public void checkProperties()

destroy

public void destroy()

getStore

public Store getStore()

getStore

public Store getStore(String key)

getStoreTypes

public String[] getStoreTypes()

setStore

public void setStore(String key)

Liferay 7.0-ce-a3