|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sun.ebxml.registry.persistence.rdb.RegistryObjectDAO
com.sun.ebxml.registry.persistence.rdb.RegistryEntryDAO
com.sun.ebxml.registry.persistence.rdb.ExtrinsicObjectDAO
| Constructor Summary | |
protected |
ExtrinsicObjectDAO()
|
| Method Summary | |
protected java.lang.String |
checkSpecLinkReferences(java.sql.Connection conn,
java.lang.String extObjectId)
|
void |
delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extObjectsIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
java.util.ArrayList |
extrinsicObjectsExist(java.sql.Connection connection,
java.util.ArrayList objectsIds)
Deprecated. Originally it is used by SQLPersistenceManagerImpl. Now no methods use it. |
java.util.ArrayList |
getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.lang.String |
getTableName()
|
static java.lang.String |
getTableNameStatic()
|
void |
insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extrinsicObjects)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extrinsicObjects)
Does a bulk update of a Collection of objects that match the type for this persister. |
void |
update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extrinsicObjects,
boolean checkExistence,
boolean checkAuthorization)
Does a bulk update of ArrayList of extrinsicObjects. |
| Methods inherited from class com.sun.ebxml.registry.persistence.rdb.RegistryEntryDAO |
updateStatus, updateStatusForHeterogeneousObjects |
| Methods inherited from class com.sun.ebxml.registry.persistence.rdb.RegistryObjectDAO |
checkAssociationReferences, checkClassificationReferences, checkReferences, generateAuditbleEvent, generateAuditbleEvent, getByIds, getObjectType, getOwner, getOwnersMap, registryObjectExist, registryObjectExist, registryObjectsExist, registryObjectsExist, sortIdsByObjectType, updateExistingObjects |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected ExtrinsicObjectDAO()
| Method Detail |
public static java.lang.String getTableNameStatic()
public java.lang.String getTableName()
getTableName in class RegistryEntryDAO
public void insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extrinsicObjects)
throws RegistryException
insert in class RegistryObjectDAORegistryException
public void update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extrinsicObjects)
throws RegistryException
RegistryObjectDAO
update in class RegistryObjectDAORegistryException
public void update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extrinsicObjects,
boolean checkExistence,
boolean checkAuthorization)
throws RegistryException
update in class RegistryObjectDAORegistryException
protected java.lang.String checkSpecLinkReferences(java.sql.Connection conn,
java.lang.String extObjectId)
throws RegistryException
RegistryException
public void delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extObjectsIds)
throws RegistryException
delete in class RegistryObjectDAORegistryException
public void loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
throws RegistryException
loadObjectFromResultSet in class RegistryEntryDAORegistryException
public java.util.ArrayList getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
throws RegistryException
getLeafObjectList in class RegistryObjectDAORegistryException
public java.util.ArrayList extrinsicObjectsExist(java.sql.Connection connection,
java.util.ArrayList objectsIds)
throws RegistryException
RegistryException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||