public interface UcoDataStoreIF
DmcUncheckedObject instances.| Modifier and Type | Method and Description |
|---|---|
ArrayList<DmcUncheckedObject> |
findObjects(String className,
String attrName,
String searchFor)
Allows for the retrieval of a set of objects of a particular class, based on
a particular attribute and a value for that attribute.
|
void |
modifyObject(DmcUncheckedObject obj,
ArrayList<NamedStringArray> newvals)
Allows you to modify an existing object, probably one that you had retrieved via findObjects().
|
void |
writeObject(DmcUncheckedObject obj)
Allows you to write an object to the data store.
|
ArrayList<DmcUncheckedObject> findObjects(String className, String attrName, String searchFor)
className - the class nameattrName - the name of the attribute on which the class is indexedsearchFor - the value to search forResultException - if something wanky occursvoid writeObject(DmcUncheckedObject obj)
obj - the object to be writtenResultException - if something wanky occursvoid modifyObject(DmcUncheckedObject obj, ArrayList<NamedStringArray> newvals)
obj - the object to be modifiednewvals - the new values for one or more attributesCopyright © 2023. All rights reserved.