|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAdministerSitemap
An interface to be added to Contents which have to manipulate or
manage the Sitemap on being added/removed.
onSitemapAdd(SitemapNode, Session) is being
called during:
onSitemapRemove(SitemapNode, Session) is being
called during
onSitemapChange(SitemapNode, Session) is being
called during
onChildContentAdd(Content, Session) is being
called during
onChildContentAdd(Content, Session) is being
called during
| Method Summary | |
|---|---|
void |
onChildContentAdd(Content content,
org.hibernate.Session s)
Is being called if a Content is being added as direct child
of the current Content. |
void |
onChildContentRemove(Content content,
org.hibernate.Session s)
Is being called if a child- Content is being removed from the
current Content. |
net.sf.json.JSONObject |
onSitemapAdd(SitemapNode sitemapNode,
org.hibernate.Session s)
Is being called on add of a Content to the
Sitemap. |
void |
onSitemapChange(SitemapNode sitemapNode,
org.hibernate.Session s)
Is being called on change of the SitemapNode the
IAdministerSitemap-content is attached to. |
net.sf.json.JSONObject |
onSitemapRemove(SitemapNode sitemapNode,
org.hibernate.Session s)
Is being called on removal of a Content from the
Sitemap. |
| Method Detail |
|---|
net.sf.json.JSONObject onSitemapAdd(SitemapNode sitemapNode,
org.hibernate.Session s)
Content to the
Sitemap. Performs the operations and checks required
throughout the add and returns a boolean indicating the
success.
sitemapNode - the SitemapNode the Content is being
added tos - a hibernateTM-Session
JSONObject if occurs, null
otherwise
net.sf.json.JSONObject onSitemapRemove(SitemapNode sitemapNode,
org.hibernate.Session s)
Content from the
Sitemap. Performs the operations and checks required
throughout the removal and returns a boolean indicating the
success.
sitemapNode - the SitemapNode the Content is being
added tos - a hibernateTM-Session
JSONObject if occurs, null
otherwise
void onSitemapChange(SitemapNode sitemapNode,
org.hibernate.Session s)
SitemapNode the
IAdministerSitemap-content is attached to.
sitemapNode - the SitemapNode which has been edited the
IAdministerSitemap-content is attached tos - a hibernateTM-Session
void onChildContentAdd(Content content,
org.hibernate.Session s)
Content is being added as direct child
of the current Content.
content - the child-Content which is being addeds - a hibernateTM-Session
void onChildContentRemove(Content content,
org.hibernate.Session s)
Content is being removed from the
current Content.
content - the child-Content which is being removeds - a hibernateTM-Session
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||