static CmAbstractSearchResult |
Factory.CmAbstractSearchResult.createInstance(ObjectStore os,
java.lang.String className)
Creates a new instance of the subclassable CmAbstractSearchResult class, to be persisted in the
specified object store, based on the class.
|
static CmAbstractSearchResult |
Factory.CmAbstractSearchResult.createInstance(ObjectStore os,
java.lang.String className,
Id id)
Creates a new instance of the subclassable CmAbstractSearchResult class, to be persisted in the
specified object store, based on the class and GUID.
|
static CmAbstractSearchResult |
Factory.CmAbstractSearchResult.fetchInstance(ObjectStore os,
java.lang.String className,
Id objectId,
PropertyFilter filter)
Retrieves an object of the CmAbstractSearchResult class
by the specified object ID from the specified object store.
|
static CmAbstractSearchResult |
Factory.CmAbstractSearchResult.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable CmAbstractSearchResult class from the
specified object store.
|