|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.dynamic.ObjectWriter
public class ObjectWriter
Object That writes out the definitions
| Constructor Summary | |
|---|---|
init(string definitionPath, ObjectManager objectManager)
Constructor |
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(string definitionPath, ObjectManager objectManager)
definitionPath - Path to where the definitions are keptobjectManager - Need to object manager for making queries| Method Detail |
|---|
private CollectionWriter getCollectionWriter()
private CopyValuesToWriter getCopyValuesToWriter()
private CustomFunctionWriter getCustomFunctionWriter()
public string getDefinitionFileName(Object object)
object - BO of the Objectprivate string getDefinitionPath()
private EqualsWriter getEqualsWriter()
private EventActionWriter getEventActionWriter()
private GetMementoWriter getGetMementoWriter()
private InitWriter getInitWriter()
private LazyLoadWriter getLazyLoadWriter()
private PropertyWriter getPropertyWriter()
private SetMementoWriter getSetMementoWriter()
private ValidateCacheStateWriter getValidateCacheStateWriter()
private struct getWrittenFileCache()
public boolean hasDefinition(Object object)
object - BO of the Objectprivate void setCollectionWriter(CollectionWriter CollectionWriter)
CollectionWriterprivate void setCopyValuesToWriter(CopyValuesToWriter CopyValuesToWriter)
CopyValuesToWriterprivate void setCustomFunctionWriter(CustomFunctionWriter CustomFunctionWriter)
CustomFunctionWriterprivate void setDefinitionPath(string DefinitionPath)
DefinitionPathprivate void setEqualsWriter(EqualsWriter EqualsWriter)
EqualsWriterprivate void setEventActionWriter(EventActionWriter EventActionWriter)
EventActionWriterprivate void setGetMementoWriter(GetMementoWriter GetMementoWriter)
GetMementoWriterprivate void setInitWriter(InitWriter InitWriter)
InitWriterprivate void setLazyLoadWriter(LazyLoadWriter LazyLoadWriter)
LazyLoadWriterprivate void setPropertyWriter(PropertyWriter PropertyWriter)
PropertyWriterprivate void setSetMementoWriter(SetMementoWriter SetMementoWriter)
SetMementoWriterprivate void setValidateCacheStateWriter(ValidateCacheStateWriter ValidateCacheStateWriter)
ValidateCacheStateWriterprivate void setWrittenFileCache(struct writtenFileCache)
writtenFileCacheprivate any throw(string type, string message, [string detail=''])
type - The type of exceptionmessage - The message to accompany the exceptiondetail - The detail message for the exceptionpublic void writeDefinition(Object object)
object - BO of the Object
|
Transfer version 1.1 | ||||
| FRAMES | |||||