org.ofbiz.catalina.container
Class OfbizStore
java.lang.Object
StoreBase
org.ofbiz.catalina.container.OfbizStore
public class OfbizStore
- extends StoreBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
entityName
public static final java.lang.String entityName
- See Also:
- Constant Field Values
info
protected static java.lang.String info
storeName
protected static java.lang.String storeName
delegator
protected GenericDelegator delegator
OfbizStore
public OfbizStore(GenericDelegator delegator)
getInfo
public java.lang.String getInfo()
getStoreName
public java.lang.String getStoreName()
getSize
public int getSize()
throws java.io.IOException
- Throws:
java.io.IOException
keys
public java.lang.String[] keys()
throws java.io.IOException
- Throws:
java.io.IOException
load
public Session load(java.lang.String id)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
remove
public void remove(java.lang.String id)
throws java.io.IOException
- Throws:
java.io.IOException
clear
public void clear()
throws java.io.IOException
- Throws:
java.io.IOException
save
public void save(Session session)
throws java.io.IOException
- Throws:
java.io.IOException