public interface WraCoreFieldDao
AliasCoreFieldDao
.}Modifier and Type | Field and Description |
---|---|
static String[] |
VANITY_ATTRIBUTE_NAMES |
static String[] |
WRA_ATTRIBUTE_NAMES |
Modifier and Type | Method and Description |
---|---|
long |
findP(AssetIdWithSite wraAssetIdWithSite)
Locate the page that contains the specified Web-Referenceable Asset.
|
VanityAsset |
getVanityWra(com.fatwire.assetapi.data.AssetId id) |
WebReferenceableAsset |
getWra(com.fatwire.assetapi.data.AssetId id)
Return a web referenceable asset bean given an input id.
|
boolean |
isVanityAsset(com.fatwire.assetapi.data.AssetId id)
Method to test if an asset has a vanity url, that is has a path field.
|
boolean |
isWebReferenceable(com.fatwire.assetapi.data.AssetId id)
Method to test whether or not an asset is web-referenceable.
|
boolean |
isWebReferenceable(TemplateAsset candidate)
Method to test whether or not an asset is web-referenceable.
|
boolean |
isWebReferenceable(WebReferenceableAsset candidate)
Method to test whether or not an asset is web-referenceable.
|
String |
resolveSite(String c,
String cid) |
static final String[] WRA_ATTRIBUTE_NAMES
static final String[] VANITY_ATTRIBUTE_NAMES
boolean isWebReferenceable(com.fatwire.assetapi.data.AssetId id)
id
- asset ID to checkboolean isWebReferenceable(TemplateAsset candidate)
candidate
- asset to check for web-referenceable support.boolean isWebReferenceable(WebReferenceableAsset candidate)
candidate
- asset to check for web-referenceable support.boolean isVanityAsset(com.fatwire.assetapi.data.AssetId id)
id
- asset ID to checkWebReferenceableAsset getWra(com.fatwire.assetapi.data.AssetId id)
id
- asset idisWebReferenceable(com.fatwire.assetapi.data.AssetId)
long findP(AssetIdWithSite wraAssetIdWithSite)
wraAssetIdWithSite
- id of the web-referenceable asset. Site is
includedString resolveSite(String c, String cid)
c
- cid
- VanityAsset getVanityWra(com.fatwire.assetapi.data.AssetId id)
id
- Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.