|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.infoglue.cms.controllers.delivery.kernel.impl.simple.ContentDeliveryController
| Method Summary | |
java.lang.String |
getArchiveBaseUrl(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String assetKey,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
This method deliveres a String with the URL to the base path of the directory resulting from an unpacking of a uploaded zip-digitalAsset. |
java.util.Vector |
getArchiveEntries(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String assetKey,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
|
java.lang.Integer |
getAssetFileSize(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
|
java.lang.Integer |
getAssetFileSize(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String assetKey,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
|
java.util.Collection |
getAssetKeys(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
This method returns all the assetsKeys available in a contentVersion. |
java.lang.String |
getAssetUrl(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
This is the basic way of getting an asset-url for a content. |
java.lang.String |
getAssetUrl(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String assetKey,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
This is the basic way of getting an asset-url for a content. |
java.lang.String |
getAttributeValue(org.infoglue.cms.entities.content.ContentVersionVO contentVersionVO,
java.lang.String key)
This method fetches a value from the xml that is the contentVersions Value. |
java.util.List |
getChildContents(java.lang.Integer contentId,
boolean includeFolders)
This method returns a sorted list of childContents to a content ordered by the given attribute in the direction given. |
java.lang.String |
getContentAttribute(org.infoglue.cms.entities.content.ContentVersionVO contentVersionVO,
java.lang.String attributeName)
This is the most common way of getting attributes from a content. |
java.lang.String |
getContentAttribute(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String attributeName,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
This is the most common way of getting attributes from a content. |
static ContentDeliveryController |
getContentDeliveryController()
Factory method |
org.infoglue.cms.entities.management.ContentTypeDefinitionVO |
getContentTypeDefinitionVO(java.lang.Integer contentId)
This method returns the contentTypeDefinitionVO of the content sent in. |
org.infoglue.cms.entities.content.ContentVersionVO |
getContentVersionVO(java.lang.Integer siteNodeId,
java.lang.Integer contentId,
java.lang.Integer languageId,
boolean useLanguageFallback)
This method returns that contentVersionVO which matches the parameters sent in and which also has the correct state for this delivery-instance. |
org.infoglue.cms.entities.content.ContentVO |
getContentVO(java.lang.Integer contentId)
This method return a contentVO |
java.util.List |
getSortedChildContents(java.lang.Integer languageId,
java.lang.Integer contentId,
java.lang.Integer siteNodeId,
org.exolab.castor.jdo.Database db,
boolean searchRecursive,
java.lang.Integer maximumNumberOfLevels,
java.lang.String sortAttribute,
java.lang.String sortOrder,
boolean useLanguageFallback)
This method returns a sorted list of childContents to a content ordered by the given attribute in the direction given. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ContentDeliveryController getContentDeliveryController()
public org.infoglue.cms.entities.content.ContentVO getContentVO(java.lang.Integer contentId)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public org.infoglue.cms.entities.content.ContentVersionVO getContentVersionVO(java.lang.Integer siteNodeId,
java.lang.Integer contentId,
java.lang.Integer languageId,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.lang.String getContentAttribute(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String attributeName,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.lang.String getContentAttribute(org.infoglue.cms.entities.content.ContentVersionVO contentVersionVO,
java.lang.String attributeName)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.util.Collection getAssetKeys(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.lang.String getAssetUrl(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.lang.String getAssetUrl(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String assetKey,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.lang.Integer getAssetFileSize(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.lang.Integer getAssetFileSize(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String assetKey,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.lang.String getArchiveBaseUrl(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String assetKey,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.util.Vector getArchiveEntries(java.lang.Integer contentId,
java.lang.Integer languageId,
java.lang.String assetKey,
java.lang.Integer siteNodeId,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.lang.String getAttributeValue(org.infoglue.cms.entities.content.ContentVersionVO contentVersionVO,
java.lang.String key)
public java.util.List getChildContents(java.lang.Integer contentId,
boolean includeFolders)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public java.util.List getSortedChildContents(java.lang.Integer languageId,
java.lang.Integer contentId,
java.lang.Integer siteNodeId,
org.exolab.castor.jdo.Database db,
boolean searchRecursive,
java.lang.Integer maximumNumberOfLevels,
java.lang.String sortAttribute,
java.lang.String sortOrder,
boolean useLanguageFallback)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
public org.infoglue.cms.entities.management.ContentTypeDefinitionVO getContentTypeDefinitionVO(java.lang.Integer contentId)
throws org.infoglue.cms.exception.SystemException,
java.lang.Exception
org.infoglue.cms.exception.SystemException
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||