|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.object.ObjectGateway
public class ObjectGateway
gateway to queries on the XML structure
| Constructor Summary | |
|---|---|
init(XMLFileReader configReader)
Constructor |
|
| Method Summary | |
|---|---|
numeric |
getCacheScopeCount(string scope)
returns the right count for the number of objects under a certain cache scope |
private XMLFileReader |
getConfigReader()
|
query |
getManyToManyLinksByClassLinkTo(string className)
Gets a query of Many to Many details by the class it is linked to |
numeric |
getObjectCount()
returns the count of the total number of objects defined |
private void |
setConfigReader(XMLFileReader ConfigReader)
|
private any |
throw(string type, string message, [string detail=''])
Throws an Exception |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(XMLFileReader configReader)
configReader - XML config reader| Method Detail |
|---|
public numeric getCacheScopeCount(string scope)
scope - the scope to look for caching underprivate XMLFileReader getConfigReader()
public query getManyToManyLinksByClassLinkTo(string className)
className - The classname to search onpublic numeric getObjectCount()
private void setConfigReader(XMLFileReader ConfigReader)
ConfigReaderprivate any throw(string type, string message, [string detail=''])
type - The type of exceptionmessage - The message to accompany the exceptiondetail - The detail message for the exception
|
Transfer version 1.1 | ||||
| FRAMES | |||||