|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
net.sourceforge.blogentis.om | |
net.sourceforge.blogentis.plugins.base | |
net.sourceforge.blogentis.plugins.impl | |
net.sourceforge.blogentis.utils |
Uses of Comment in net.sourceforge.blogentis.om |
Methods in net.sourceforge.blogentis.om that return Comment | |
Comment |
BaseComment.copy()
Makes a copy of this object. |
protected Comment |
BaseComment.copyInto(Comment copyObj)
|
static Comment |
BaseCommentPeer.row2Object(com.workingdogs.village.Record row,
int offset,
java.lang.Class cls)
Create a new object of type cls from a resultset row starting from a specified offset. |
static Comment |
BaseCommentPeer.retrieveByPK(int pk)
Retrieve a single object by pk |
static Comment |
BaseCommentPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static Comment |
BaseCommentPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
Methods in net.sourceforge.blogentis.om with parameters of type Comment | |
protected Comment |
BaseComment.copyInto(Comment copyObj)
|
void |
BasePost.addComment(Comment l)
Method called to associate a Comment object to this object through the Comment foreign key attribute |
static void |
BaseCommentPeer.populateObject(com.workingdogs.village.Record row,
int offset,
Comment obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseCommentPeer.doSelect(Comment obj)
Method to do selects |
static void |
BaseCommentPeer.doInsert(Comment obj)
Method to do inserts |
static void |
BaseCommentPeer.doUpdate(Comment obj)
|
static void |
BaseCommentPeer.doDelete(Comment obj)
|
static void |
BaseCommentPeer.doInsert(Comment obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseCommentPeer.doUpdate(Comment obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseCommentPeer.doDelete(Comment obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseCommentPeer.buildCriteria(Comment obj)
Build a Criteria object from the data object for this peer |
Uses of Comment in net.sourceforge.blogentis.plugins.base |
Methods in net.sourceforge.blogentis.plugins.base with parameters of type Comment | |
boolean |
AbstractCommentExtension.commentCreated(BlogRunData data,
Comment comment)
|
void |
AbstractCommentExtension.commentRemoved(BlogRunData data,
Comment comment)
|
java.util.List |
AbstractCommentExtension.commentActions(BlogRunData data,
Comment c)
|
boolean |
ICommentExtension.commentCreated(BlogRunData data,
Comment comment)
Invoked for each comment creation. |
void |
ICommentExtension.commentRemoved(BlogRunData data,
Comment comment)
Called before a comment will be removed by the user. |
java.util.List |
ICommentExtension.commentActions(BlogRunData data,
Comment c)
A List of ILinkTo objects that can provide some comment actions. |
boolean |
ICommentExtensionPoint.commentCreated(BlogRunData data,
Comment comment)
|
void |
ICommentExtensionPoint.commentRemoved(BlogRunData data,
Comment comment)
|
java.util.List |
ICommentExtensionPoint.commentActions(BlogRunData data,
Comment c)
|
Uses of Comment in net.sourceforge.blogentis.plugins.impl |
Methods in net.sourceforge.blogentis.plugins.impl with parameters of type Comment | |
boolean |
CommentExtensionPointImpl.commentCreated(BlogRunData data,
Comment comment)
|
void |
CommentExtensionPointImpl.commentRemoved(BlogRunData data,
Comment comment)
|
java.util.List |
CommentExtensionPointImpl.commentActions(BlogRunData data,
Comment c)
|
Uses of Comment in net.sourceforge.blogentis.utils |
Methods in net.sourceforge.blogentis.utils with parameters of type Comment | |
AbsoluteLinkURL |
AbsoluteLinkURL.permaLink(Comment c)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |