com.solidstategroup.cms
Class WebFormAsset

java.lang.Object
  extended by com.solidstategroup.cms.Asset
      extended by com.solidstategroup.cms.TextAsset
          extended by com.solidstategroup.cms.WebFormAsset
All Implemented Interfaces:
com.solidstategroup.handles.Identifiable, com.solidstategroup.handles.Named, com.solidstategroup.handles.NamedIdentifiable, java.lang.Comparable

public class WebFormAsset
extends TextAsset


Field Summary
 
Fields inherited from class com.solidstategroup.cms.Asset
createdOn, dublinCoreMetaData, includeInSearch, searchScore
 
Constructor Summary
WebFormAsset()
           
WebFormAsset(java.lang.String newText)
           
WebFormAsset(java.lang.String newText, int newAssetTypeId, int newAssetId, java.lang.String newDescription, java.lang.String newAssetFormat, int newFormatId, int newChunkFormatId, int newRootChunkFormatId, int priority)
           
 
Method Summary
 FormTemplate getWebFormAsset()
           
 
Methods inherited from class com.solidstategroup.cms.TextAsset
destroy, getAssetData, getAssetDataHtmlDecoded, getAssetDataUnprocessed, getAssetDataWithHTMLTagsRemoved, getRootArticleIds, setAssetDataWithEncodedHTML, setAssetDataWithEncodedHTMLForPlainText, storeNewAsset, storeUpdateAsset, validateLinks
 
Methods inherited from class com.solidstategroup.cms.Asset
compareTo, getAssetId, getAssetType, getChunkFormatId, getCreatedOn, getDescription, getDublinCoreMetaData, getId, getLastModified, getName, getRootChunkFormatId, getSearchScore, isDeleted, isIncludeInSearch, setAssetData, setAssetId, setAssetType, setChunkFormatId, setCreatedOn, setDeleted, setDescription, setDublinCoreMetaData, setIncludeInSearch, setLastModified, setName, setRootChunkFormatId, storeAsset, storeBinaryAsset, storeNewAsset, storeUpdateAsset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFormAsset

public WebFormAsset()

WebFormAsset

public WebFormAsset(java.lang.String newText)

WebFormAsset

public WebFormAsset(java.lang.String newText,
                    int newAssetTypeId,
                    int newAssetId,
                    java.lang.String newDescription,
                    java.lang.String newAssetFormat,
                    int newFormatId,
                    int newChunkFormatId,
                    int newRootChunkFormatId,
                    int priority)
Method Detail

getWebFormAsset

public FormTemplate getWebFormAsset()