|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.domain.DomainObject
com.arsdigita.domain.ObservableDomainObject
com.arsdigita.kernel.ACSObject
com.arsdigita.versioning.VersionedACSObject
com.arsdigita.cms.ContentItem
com.arsdigita.cms.Asset
com.arsdigita.cms.TextAsset
A Text object.
Field Summary | |
static String |
BASE_DATA_OBJECT_TYPE
|
static String |
CONTENT
|
static String |
versionId
|
Fields inherited from class com.arsdigita.cms.Asset |
DESCRIPTION, MIME_TYPE, NAME |
Fields inherited from class com.arsdigita.cms.ContentItem |
ANCESTORS, AUDITING, CHILDREN, CONTENT_SECTION, CONTENT_TYPE, DRAFT, DRAFT_VERSION, LANGUAGE, LIVE, PARENT, PENDING, VERSION, VERSIONS |
Fields inherited from class com.arsdigita.versioning.VersionedACSObject |
IS_DELETED, MASTER |
Fields inherited from class com.arsdigita.kernel.ACSObject |
CONTAINER, DEFAULT_DOMAIN_CLASS, DISPLAY_NAME, ID, OBJECT_TYPE |
Constructor Summary | |
TextAsset()
Default constructor. |
|
TextAsset(BigDecimal id)
Constructor. |
|
TextAsset(com.arsdigita.persistence.DataObject obj)
|
|
TextAsset(com.arsdigita.persistence.OID oid)
Constructor. |
|
TextAsset(String type)
|
Method Summary | |
String |
getBaseDataObjectType()
|
String |
getText()
Get the text content |
long |
readText(Reader reader)
Reads a stream of character data into the content object. |
boolean |
recordChanges()
Overrides default behavior in VersionedACSObject
so that changes are recorded even if the object is new |
void |
setText(String text)
Set the text content |
long |
writeText(Writer writer)
Writes character data from the content object to the specified character output stream. |
void |
writeToFile(File file)
Write the image asset content to a file. |
Methods inherited from class com.arsdigita.cms.Asset |
getDescription, getMimeType, setDescription, setMimeType |
Methods inherited from class com.arsdigita.versioning.VersionedACSObject |
applyTag, applyUniqueTag, autoPropagateMaster, getMaster, getRolledBackTo, getTransactions, getTransactions, isMaster, isRolledBack, isSubtype, permanentlyDelete, propagateMaster, recordAttributeChange, rollBackTo, rollBackTo, rollForward, save, setMaster, trackChanges |
Methods inherited from class com.arsdigita.kernel.ACSObject |
assertPrivilege, checkPrivilege, doCreateCheck, doWriteCheck, getContainer, getDefaultDomainClass, getID, getSpecificObjectType, getSpecificOID, gimmeContainer, isContainerModified, setID, setID |
Methods inherited from class com.arsdigita.domain.ObservableDomainObject |
addObserver, getObservers |
Methods inherited from class com.arsdigita.domain.DomainObject |
add, add, addToAssociation, afterDelete, clear, delete, disconnect, equals, getObjectType, getOID, getSession, hashCode, isDeleted, isDisconnected, isModified, isNew, isPropertyModified, isValid, remove, remove, remove, removeFromAssociation, save, setAssociation, setAssociation, specializeDataObject, specializeDataObject, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String versionId
public static final String BASE_DATA_OBJECT_TYPE
public static final String CONTENT
Constructor Detail |
public TextAsset()
public TextAsset(com.arsdigita.persistence.OID oid) throws com.arsdigita.domain.DataObjectNotFoundException
DataObject
is retrieved
from the persistent storage mechanism with an OID
specified by oid.
oid
- The OID
for the retrieved
DataObject
.public TextAsset(BigDecimal id) throws com.arsdigita.domain.DataObjectNotFoundException
DataObject
is retrieved
from the persistent storage mechanism with an OID
specified by id and
TextAsset.BASE_DATA_OBJECT_TYPE
.
id
- The id
for the retrieved
DataObject
.public TextAsset(com.arsdigita.persistence.DataObject obj)
public TextAsset(String type)
Method Detail |
public String getBaseDataObjectType()
getBaseDataObjectType
in class Asset
public long readText(Reader reader) throws IOException
reader
- A character input stream
IOException
public long writeText(Writer writer) throws IOException
writer
- The character output stream
IOException
public void writeToFile(File file) throws IOException
writeToFile
in class Asset
file
- The file on the server to write to.
IOException
public String getText()
public void setText(String text)
text
- String to write in CLOBpublic boolean recordChanges()
VersionedACSObject
so that changes are recorded even if the object is new
true
if the modifications to the current
object should be recorded; false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |