|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.ObjectManager
public class ObjectManager
Manages the Object configurations
| Constructor Summary | |
|---|---|
init(XMLFileReader configReader)
Constructor |
|
| Method Summary | |
|---|---|
Object |
createEmptyObject()
Creates an empty Object BO |
numeric |
getCachedClassCount()
returns the number of object classes who are actively cached |
query |
getManyToManyLinksByClassLinkTo(string className)
Gets a query of Many to Many details by the class it is linked to |
Object |
getObject(string class)
creates an Object meta data for use |
private struct |
getObjectCache()
|
private ObjectDAO |
getObjectDao()
|
private ObjectGateway |
getObjectGateway()
|
Object |
getObjectLazyManyToMany(string class, string name)
creates an Object with only a single manytomany, with it's lazy attribute set to true |
Object |
getObjectLazyManyToOne(string class, string name)
creates an Object with only a single many to one, with it's lazy attribute set to true |
Object |
getObjectLazyOneToMany(string class, string name)
creates an Object with only a single onetomany, with it's lazy attribute set to true |
Object |
getObjectLazyParentOneToMany(string class)
creates an Object with no compositions |
private QueryCache |
getQueryCache()
|
private void |
setObjectCache(struct objectCache)
|
private void |
setObjectDao(ObjectDAO ObjectDao)
|
private void |
setObjectGateway(ObjectGateway ObjectGateway)
|
private void |
setQueryCache(QueryCache QueryCache)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(XMLFileReader configReader)
configReader - The XML Reader for the config file| Method Detail |
|---|
public Object createEmptyObject()
public numeric getCachedClassCount()
public query getManyToManyLinksByClassLinkTo(string className)
className - The classname to search onpublic Object getObject(string class)
class - The class to be retrievingprivate struct getObjectCache()
private ObjectDAO getObjectDao()
private ObjectGateway getObjectGateway()
public Object getObjectLazyManyToMany(string class, string name)
class - The class to be retrievingname - The name of the manytomanypublic Object getObjectLazyManyToOne(string class, string name)
class - The class to be retrievingname - The name of the many to onepublic Object getObjectLazyOneToMany(string class, string name)
class - The class to be retrievingname - The name of the onetomanypublic Object getObjectLazyParentOneToMany(string class)
class - The class to be retrievingprivate QueryCache getQueryCache()
private void setObjectCache(struct objectCache)
objectCacheprivate void setObjectDao(ObjectDAO ObjectDao)
ObjectDaoprivate void setObjectGateway(ObjectGateway ObjectGateway)
ObjectGatewayprivate void setQueryCache(QueryCache QueryCache)
QueryCache
|
Transfer version 1.1 | ||||
| FRAMES | |||||