com.solidstategroup.cms
Class ArticleAsset
java.lang.Object
com.solidstategroup.cms.Asset
com.solidstategroup.cms.ArticleAsset
- All Implemented Interfaces:
- com.solidstategroup.handles.Identifiable, com.solidstategroup.handles.Named, com.solidstategroup.handles.NamedIdentifiable, java.lang.Comparable
public class ArticleAsset
- extends Asset
|
Constructor Summary |
ArticleAsset()
|
ArticleAsset(java.lang.String newText,
int newAssetTypeId,
int newAssetId,
java.lang.String newDescription,
java.lang.String newAssetFormat,
int newFormatId,
int newChunkFormatId,
int newRootChunkFormatId,
int priority)
|
| Methods inherited from class com.solidstategroup.cms.Asset |
compareTo, destroy, getAssetData, getAssetDataUnprocessed, getAssetId, getAssetType, getChunkFormatId, getCreatedOn, getDescription, getDublinCoreMetaData, getId, getLastModified, getName, getRootArticleIds, getRootChunkFormatId, getSearchScore, isDeleted, isIncludeInSearch, setAssetData, setAssetId, setAssetType, setChunkFormatId, setCreatedOn, setDeleted, setDescription, setDublinCoreMetaData, setIncludeInSearch, setLastModified, setName, setRootChunkFormatId, storeAsset, storeBinaryAsset, storeNewAsset, storeUpdateAsset, validateLinks |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArticleAsset
public ArticleAsset()
ArticleAsset
public ArticleAsset(java.lang.String newText,
int newAssetTypeId,
int newAssetId,
java.lang.String newDescription,
java.lang.String newAssetFormat,
int newFormatId,
int newChunkFormatId,
int newRootChunkFormatId,
int priority)
storeNewAsset
public boolean storeNewAsset(int chunkId,
java.sql.Connection conn)
- Overrides:
storeNewAsset in class Asset
storeUpdateAsset
public boolean storeUpdateAsset(int chunkId,
java.sql.Connection conn)
- Overrides:
storeUpdateAsset in class Asset
getArticle
public Article getArticle()
getArticle
public Article getArticle(int sessionType)