|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.util.publication.info.SeeAlsoDAO
public class SeeAlsoDAO
Class declaration
Constructor Summary | |
---|---|
SeeAlsoDAO()
Constructor declaration |
Method Summary | |
---|---|
static void |
addLink(Connection con,
WAPrimaryKey objectPK,
WAPrimaryKey targetPK)
Method declaration |
static void |
deleteLink(Connection con,
WAPrimaryKey objectPK,
WAPrimaryKey targetPK)
|
static void |
deleteLinksByObjectId(Connection con,
WAPrimaryKey objectPK)
|
static void |
deleteLinksByTargetId(Connection con,
WAPrimaryKey targetPK)
|
static List<ForeignPK> |
getLinks(Connection con,
WAPrimaryKey objectPK)
Method declaration |
static List<ForeignPK> |
getReverseLinks(Connection con,
WAPrimaryKey objectPK)
gets the publication identifiers which reference given publication |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeeAlsoDAO()
Method Detail |
---|
public static void addLink(Connection con, WAPrimaryKey objectPK, WAPrimaryKey targetPK) throws SQLException
con
- infoPK
- infoLink
-
SQLException
public static void deleteLink(Connection con, WAPrimaryKey objectPK, WAPrimaryKey targetPK) throws SQLException
SQLException
public static void deleteLinksByObjectId(Connection con, WAPrimaryKey objectPK) throws SQLException
SQLException
public static void deleteLinksByTargetId(Connection con, WAPrimaryKey targetPK) throws SQLException
SQLException
public static List<ForeignPK> getLinks(Connection con, WAPrimaryKey objectPK) throws SQLException
con
- infoPK
-
SQLException
public static List<ForeignPK> getReverseLinks(Connection con, WAPrimaryKey objectPK) throws SQLException
con
- SQL connectionobjectPK
- publication identifier which are searching referencer
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |