Package | Description |
---|---|
com.fatwire.services | |
com.fatwire.services.dao |
Modifier and Type | Method and Description |
---|---|
List<StartMenuBean> |
SiteService.getStartMenus(List<StartMenuBean.Type> itemTypes,
List<String> assetTypes,
long siteId)
Returns the list of start menu items for specific asset types for the specified user in the specified site.
|
List<StartMenuBean> |
SiteService.getStartMenus(List<StartMenuBean.Type> types,
long siteId)
Returns the list of start menu items for the specified user in the specified site.
|
Modifier and Type | Method and Description |
---|---|
AssetData |
AssetService.newAsset(String type,
String subtype,
StartMenuBean startMenu)
Returns an empty asset data instance for a given asset type.
|
Modifier and Type | Method and Description |
---|---|
List<StartMenuBean> |
SiteDao.getStartMenus(List<StartMenuBean.Type> itemTypes,
List<String> assetTypes,
long siteId)
Returns the list of start menu items for specific asset types for the specified user in the specified site.
|
List<StartMenuBean> |
SiteDao.getStartMenus(List<StartMenuBean.Type> types,
long siteId)
Returns the list of start menu items for the logged in user in the specified site.
|