|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractHelper
com.basecmp.core.persistence.util.NavigationHelper
| Method Summary | |
static boolean |
cidExists(java.lang.Long cid)
|
static java.lang.Long |
findNavigationEntryId(java.lang.Long assetId)
Finds the first found linked page (naviagtion-entriy) which is linked directly to the given asset-id. |
static java.util.List |
findNavigationEntryIds(java.lang.Long assetId)
Finds all linked pages (naviagtion-entries) which are linked directly to the given asset-id. |
static java.util.List |
findNonNavigationEntryIds(java.lang.Long assetId)
Finds all linked non-page-assets (navigation-entries and page-items) which are linked directly to the given asset-id. |
static java.util.List |
findNonNavigationEntryIdsForInlineRelations(java.lang.Long assetId)
Finds all linked page-items which are linked directly to the given asset-id. |
static java.util.List |
getChildCidsForCid(java.lang.Long cid)
|
static java.lang.Long |
getCidForRequestPath(java.lang.String requestPath)
|
static java.lang.Long |
getCidForSlashUrl(java.lang.String slashUrl)
|
static java.lang.Long |
getParentCidForCid(java.lang.Long cid)
|
static java.lang.Long |
getParentCidForSlashUrl(java.lang.String slashUrl)
|
static java.util.List |
getPath(java.lang.Long cid)
|
static java.util.List |
getPathCids(java.lang.Long cid)
|
static java.lang.String |
getRequestPath(java.lang.Long cid)
|
static java.util.List |
getVisibleChildCidsForCid(java.lang.Long cid)
|
static boolean |
isVisible(java.lang.Long cid)
|
protected void |
load()
|
static void |
move(long cid,
long newParentCid,
int order)
|
void |
processEvent(java.util.EventObject event)
|
static boolean |
slashUrlExists(java.lang.String slashUrl)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static boolean cidExists(java.lang.Long cid)
public static java.lang.Long findNavigationEntryId(java.lang.Long assetId)
public static java.util.List findNavigationEntryIds(java.lang.Long assetId)
public static java.util.List findNonNavigationEntryIds(java.lang.Long assetId)
public static java.util.List findNonNavigationEntryIdsForInlineRelations(java.lang.Long assetId)
public static java.util.List getChildCidsForCid(java.lang.Long cid)
public static java.lang.Long getCidForRequestPath(java.lang.String requestPath)
public static java.lang.Long getCidForSlashUrl(java.lang.String slashUrl)
public static java.lang.Long getParentCidForCid(java.lang.Long cid)
public static java.lang.Long getParentCidForSlashUrl(java.lang.String slashUrl)
public static java.util.List getPath(java.lang.Long cid)
public static java.util.List getPathCids(java.lang.Long cid)
public static java.lang.String getRequestPath(java.lang.Long cid)
public static java.util.List getVisibleChildCidsForCid(java.lang.Long cid)
public static boolean isVisible(java.lang.Long cid)
protected void load()
public static void move(long cid,
long newParentCid,
int order)
public void processEvent(java.util.EventObject event)
public static boolean slashUrlExists(java.lang.String slashUrl)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||