org.ofbiz.catalina.container
Class OfbizStore

java.lang.Object
  extended by StoreBase
      extended by org.ofbiz.catalina.container.OfbizStore

public class OfbizStore
extends StoreBase


Field Summary
protected  GenericDelegator delegator
           
static java.lang.String entityName
           
protected static java.lang.String info
           
static java.lang.String module
           
protected static java.lang.String storeName
           
 
Constructor Summary
OfbizStore(GenericDelegator delegator)
           
 
Method Summary
 void clear()
           
 java.lang.String getInfo()
           
 int getSize()
           
 java.lang.String getStoreName()
           
 java.lang.String[] keys()
           
 Session load(java.lang.String id)
           
 void remove(java.lang.String id)
           
 void save(Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OfbizStore

public OfbizStore(GenericDelegator delegator)
Method Detail

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