Package | Description |
---|---|
com.fatwire.services | |
com.fatwire.services.beans.asset.authorization | |
com.fatwire.services.dao |
Modifier and Type | Method and Description |
---|---|
List<SiteBean> |
AssetService.getCommonEnabledSites(List<AssetId> assetIds)
Returns the list of sites in which intersection of all the assets enabled sites.
|
List<SiteBean> |
AssetService.getCommonSharedSites(List<AssetId> assetIds)
Returns the list of sites in which intersection of all the assets shared sites.
|
List<SiteBean> |
AssetService.getSitesInWhichEnabled(String assetType)
Returns the list of sites for which the given asset type is enabled.
|
List<SiteBean> |
AssetService.getSitesInWhichShared(AssetId assetId)
Returns the list of sites in which an asset is shared.
|
Modifier and Type | Method and Description |
---|---|
SiteBean |
AuthorizationRequestBean.getSite()
Returns the site.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationRequestBean.setPubId(SiteBean site)
Sets the site.
|
Modifier and Type | Method and Description |
---|---|
List<SiteBean> |
AssetDao.getSitesInWhichEnabled(String userName,
String assetType)
Returns the list of sites for which the given asset type is enabled.
|
List<SiteBean> |
AssetDao.getSitesInWhichShared(AssetId assetId)
Returns the list of sites in which an asset is shared.
|