com.submersion.jspshop.rae
Class Objects
java.lang.Object
|
+--com.submersion.jspshop.rae.RAECollection
|
+--com.submersion.jspshop.rae.Objects
- public class Objects
- extends RAECollection
Collection (Hashtable) of Objects
- Version:
- $Revision$
- Author:
- Jeff Davey (jeffdavey@submersion.com)
- See Also:
Object
Constructor Summary |
Objects()
|
Objects(java.lang.Long passedID,
boolean subtree,
int queryType)
|
Objects(java.lang.String className)
|
Objects(java.lang.String passedString,
boolean subtree,
int queryType)
|
Method Summary |
Object |
create(java.lang.String className,
java.lang.String name)
|
void |
delete(java.lang.Long objectID)
|
Object |
getItem(java.lang.Long objectID)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Objects
public Objects(java.lang.Long passedID,
boolean subtree,
int queryType)
Objects
public Objects()
Objects
public Objects(java.lang.String className)
Objects
public Objects(java.lang.String passedString,
boolean subtree,
int queryType)
getItem
public Object getItem(java.lang.Long objectID)
create
public Object create(java.lang.String className,
java.lang.String name)
throws javax.ejb.CreateException,
javax.ejb.FinderException
delete
public void delete(java.lang.Long objectID)
throws javax.ejb.RemoveException,
javax.ejb.FinderException