|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.AbstractBaseComposition
transfer.com.object.ManyToMany
public class ManyToMany
BO for a Many to Many connection
| Constructor Summary | |
|---|---|
init(Object object, ObjectManager objectManager)
Constructor |
|
| Method Summary | |
|---|---|
Collection |
getCollection()
|
private boolean |
getIsParent()
|
Link |
getLinkFrom()
|
Link |
getLinkTo()
|
string |
getTable()
|
string |
getTableAlias()
|
boolean |
hasTableAlias()
if the object has a table alias |
package void |
notifyComplete()
notifies the object that it has finished loading, and can do post processing |
private void |
setCollection(Collection Collection)
|
package void |
setIsParent(boolean isParent)
|
private void |
setLinkFrom(Link LinkFrom)
|
private void |
setLinkTo(Link LinkTo)
|
void |
setMemento(struct memento)
Sets the state of the object |
private void |
setTable(string Table)
|
private void |
setTableAlias(string tableAlias)
|
void |
validate()
validates the many to many |
| Methods inherited from class transfer.com.object.AbstractBaseComposition |
|---|
getIsLazy, getIsNullable, getIsProxied, getName, getObject, getObjectManager, setIsLazy, setIsNullable, setIsProxied, setName, setObject, setObjectManager, throw
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(Object object, ObjectManager objectManager)
object - the parent obectobjectManager - The object manager| Method Detail |
|---|
public Collection getCollection()
private boolean getIsParent()
public Link getLinkFrom()
public Link getLinkTo()
public string getTable()
public string getTableAlias()
public boolean hasTableAlias()
package void notifyComplete()
private void setCollection(Collection Collection)
Collectionpackage void setIsParent(boolean isParent)
isParentprivate void setLinkFrom(Link LinkFrom)
LinkFromprivate void setLinkTo(Link LinkTo)
LinkTopublic void setMemento(struct memento)
setMemento
in class
AbstractBaseComposition
memento - the state to be setprivate void setTable(string Table)
Tableprivate void setTableAlias(string tableAlias)
tableAliaspublic void validate()
validate
in class
AbstractBaseComposition
|
Transfer version 1.1 | ||||
| FRAMES | |||||