railo.runtime.functions.orm
Class EntityLoad

java.lang.Object
  extended by railo.runtime.functions.orm.EntityLoad

public class EntityLoad
extends Object


Constructor Summary
EntityLoad()
           
 
Method Summary
static Object call(PageContext pc, String name)
           
static Object call(PageContext pc, String name, Object idOrFilter)
           
static Object call(PageContext pc, String name, Object idOrFilter, Object uniqueOrOptions)
           
static Object call(PageContext pc, String name, Object filter, Object order, Object options)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityLoad

public EntityLoad()
Method Detail

call

public static Object call(PageContext pc,
                          String name)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String name,
                          Object idOrFilter)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String name,
                          Object idOrFilter,
                          Object uniqueOrOptions)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String name,
                          Object filter,
                          Object order,
                          Object options)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo