com.solidstategroup.cms
Class Assets
java.lang.Object
com.solidstategroup.cms.Assets
- Direct Known Subclasses:
- DocumentAssets, ImageAssets
public class Assets
- extends java.lang.Object
|
Field Summary |
protected boolean |
andTags
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
andTags
protected boolean andTags
Assets
public Assets()
clear
protected void clear()
getAsset
public Asset getAsset(java.lang.String thisAssetType,
int thisChunkAssetId)
getAsset
public Asset getAsset(int thisAssetId)
addAsset
public void addAsset(Asset newAsset)
getAsset
public Asset getAsset(java.lang.String thisAssetDescription)
getAssetData
public java.lang.String getAssetData(java.lang.String thisAssetDescription)
execute
public void execute()
execute
public void execute(boolean isPreviewVersion)
getQuery
public java.lang.String getQuery(boolean isPreviewVersion)
store
public boolean store(java.lang.Object assetToStore)
store
public boolean store(java.sql.Connection conn)
delete
public boolean delete(int uniqueId)
getAssets
public java.util.Vector getAssets()
setAssets
public void setAssets(java.util.Vector assets)
setChunkId
public void setChunkId(int chunkId)
getChunkId
public int getChunkId()
getRootChunkTypeId
public int getRootChunkTypeId()
setRootChunkTypeId
public void setRootChunkTypeId(int rootChunkTypeId)
getTags
public java.util.Vector getTags()
setTags
public void setTags(java.util.Vector tags)
isAndTags
public boolean isAndTags()
setAndTags
public void setAndTags(boolean andTags)