public class SitenavigationmenuService
extends BaseService
| Constructor and Description |
|---|
SitenavigationmenuService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addSiteNavigationMenu(long groupId,
java.lang.String name,
int type,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
addSiteNavigationMenu(long groupId,
java.lang.String name,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
deleteSiteNavigationMenu(long siteNavigationMenuId) |
org.json.JSONObject |
fetchSiteNavigationMenu(long siteNavigationMenuId) |
org.json.JSONArray |
getSiteNavigationMenus(long groupId) |
org.json.JSONArray |
getSiteNavigationMenus(long groupId,
int start,
int end,
JSONObjectWrapper orderByComparator) |
org.json.JSONArray |
getSiteNavigationMenus(long groupId,
java.lang.String keywords,
int start,
int end,
JSONObjectWrapper orderByComparator) |
java.lang.Integer |
getSiteNavigationMenusCount(long groupId) |
java.lang.Integer |
getSiteNavigationMenusCount(long groupId,
java.lang.String keywords) |
org.json.JSONObject |
updateSiteNavigationMenu(long siteNavigationMenuId,
int type,
boolean auto,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
updateSiteNavigationMenu(long siteNavigationMenuId,
java.lang.String name,
JSONObjectWrapper serviceContext) |
public org.json.JSONObject addSiteNavigationMenu(long groupId,
java.lang.String name,
int type,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject addSiteNavigationMenu(long groupId,
java.lang.String name,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject deleteSiteNavigationMenu(long siteNavigationMenuId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject fetchSiteNavigationMenu(long siteNavigationMenuId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getSiteNavigationMenus(long groupId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getSiteNavigationMenus(long groupId,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getSiteNavigationMenus(long groupId,
java.lang.String keywords,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getSiteNavigationMenusCount(long groupId)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getSiteNavigationMenusCount(long groupId,
java.lang.String keywords)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateSiteNavigationMenu(long siteNavigationMenuId,
int type,
boolean auto,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateSiteNavigationMenu(long siteNavigationMenuId,
java.lang.String name,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exception