|
|||||||||||
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.SpecificationLinkDAO
Represents a link or reference to a technical specification used within a SpecificationLinkBinding. It serves the same purpose as the union of tModelInstanceInfo and instanceDetails in UDDI.
Constructor Summary | |
protected |
SpecificationLinkDAO()
|
Method Summary | |
void |
delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList registryObjectIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
deleteByParentIds(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of objects for specified parentIds |
java.util.ArrayList |
getByParentId(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList objectRefs)
Gets objects for specified parentIds |
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 specLinks)
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 specLinks)
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 specLinks,
boolean checkExistence,
boolean checkAuthorization)
This should be overrided by subclass DAO. |
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 SpecificationLinkDAO()
Method Detail |
public static java.lang.String getTableNameStatic()
public java.lang.String getTableName()
getTableName
in class RegistryObjectDAO
public void insert(org.oasis.ebxml.registry.bindings.rim.User user, java.sql.Connection connection, java.util.ArrayList specLinks) throws RegistryException
insert
in class RegistryObjectDAO
RegistryException
public void update(org.oasis.ebxml.registry.bindings.rim.User user, java.sql.Connection connection, java.util.ArrayList specLinks) throws RegistryException
RegistryObjectDAO
update
in class RegistryObjectDAO
RegistryException
public void update(org.oasis.ebxml.registry.bindings.rim.User user, java.sql.Connection connection, java.util.ArrayList specLinks, boolean checkExistence, boolean checkAuthorization) throws RegistryException
RegistryObjectDAO
update
in class RegistryObjectDAO
RegistryException
public void delete(org.oasis.ebxml.registry.bindings.rim.User user, java.sql.Connection connection, java.util.ArrayList registryObjectIds) throws RegistryException
delete
in class RegistryObjectDAO
RegistryException
public void deleteByParentIds(org.oasis.ebxml.registry.bindings.rim.User user, java.sql.Connection connection, java.util.ArrayList parentIds) throws RegistryException
RegistryException
public java.util.ArrayList getByParentId(java.sql.Connection connection, java.lang.String parentId, java.util.ArrayList objectRefs) throws RegistryException
RegistryException
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 RegistryObjectDAO
RegistryException
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 RegistryObjectDAO
RegistryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |