gov.nih.nci.caarray.services.util.mage
Class MAGEManagerDB

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.db.ManagerDB
      extended by gov.nih.nci.caarray.services.util.mage.MAGEManagerDB

public class MAGEManagerDB
extends ManagerDB

This class provides methods to retrieve collections of DesignElement and NameValueType objects associated with a parent MAGE object without their associations for MAGE-ML. For example, the attribute CompositeSequenceDimension.compositeSequences is retrieved with only the CompositeSequences' id and identifier and the resulting MAGE-ML wouldn't contain the complete elements for compositeSequences in the DesignElement package.

Author:
TranP

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.services.util.db.ManagerDB
CASCADE_LINK, CASCADE_NONE, CASCADE_OBJECT, ID_UNSET
 
Constructor Summary
MAGEManagerDB()
          Default Constructor
 
Method Summary
 NameValueType[] getNameValueTypes(long extendableId)
           
 
Methods inherited from class gov.nih.nci.caarray.services.util.db.ManagerDB
clearCache, close, countObjects, countObjects, deleteByQuery, deleteMtoNRelation, deleteObject, deleteObject, deleteObject, deleteObjectByQuery, exists, getIdentifiable, getObject, getObject, getObject, getObject, getObject, getObject, getObjectIterator, getObjectIterator, getObjects, getObjects, getObjects, getPersistenceBroker, getSqlInLimit, insertMtoNRelation, insertMtoNRelation, insertObject, insertObject, link, link, removeFromCache, retrieveReference, retrieveReferences, setCascadeDelete, setCascadeRetrieve, setCascadeStore, storeObject, storeObject, unlink, unlink, updateObject, updateObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAGEManagerDB

public MAGEManagerDB()
Default Constructor

Method Detail

getNameValueTypes

public NameValueType[] getNameValueTypes(long extendableId)
                                  throws java.lang.Exception
Throws:
java.lang.Exception