|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.dynamic.definition.AbstractBaseWriter
transfer.com.dynamic.definition.PropertyWriter
public class PropertyWriter
Writes out the property definitions
| Constructor Summary | |
|---|---|
init(ObjectManager objectManager)
Constructor |
|
| Method Summary | |
|---|---|
private void |
writeCompositeKeyGetter(DefinitionBuffer buffer, CompositeKey compositekey)
writes the coposite key getter |
private void |
writeGetIsNull(DefinitionBuffer buffer, Property property)
Writes the get()IsNull on the object |
private void |
writeGetter(DefinitionBuffer buffer, Property property)
Writes the getter for a property |
void |
writePrimaryKey(DefinitionBuffer buffer, Object object)
Writes the ID property getter and setters |
void |
writeProperties(DefinitionBuffer buffer, Object object)
Writes out the properties to the definition |
private void |
writeSetNull(DefinitionBuffer buffer, Property property)
Writes the set()Null on the object |
private void |
writeSetter(DefinitionBuffer buffer, Property property)
Writes the setter for a property |
| Methods inherited from class transfer.com.dynamic.definition.AbstractBaseWriter |
|---|
getObjectManager, q, setObjectManager, throw
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(ObjectManager objectManager)
objectManager - The Object Manager| Method Detail |
|---|
private void writeCompositeKeyGetter(DefinitionBuffer buffer, CompositeKey compositekey)
buffer - The Buffer that the defintion file is being set incompositekey - the composite key metaprivate void writeGetIsNull(DefinitionBuffer buffer, Property property)
buffer - The Buffer that the defintion file is being set inproperty - The property to write the getIsnull for forprivate void writeGetter(DefinitionBuffer buffer, Property property)
buffer - The Buffer that the defintion file is being set inproperty - The property to write the getter forpublic void writePrimaryKey(DefinitionBuffer buffer, Object object)
buffer - The Buffer that the defintion file is being set inobject - BO of the Objectpublic void writeProperties(DefinitionBuffer buffer, Object object)
buffer - The Buffer that the defintion file is being set inobject - BO of the Objectprivate void writeSetNull(DefinitionBuffer buffer, Property property)
buffer - The Buffer that the defintion file is being set inproperty - The property to write the null for forprivate void writeSetter(DefinitionBuffer buffer, Property property)
buffer - The Buffer that the defintion file is being set inproperty - The property to write the getter for
|
Transfer version 1.1 | ||||
| FRAMES | |||||