Liferay 6.1.2-ce-ga3

com.liferay.util.bridges.alloy
Class AlloyServiceInvoker

java.lang.Object
  extended by com.liferay.util.bridges.alloy.AlloyServiceInvoker

public class AlloyServiceInvoker
extends Object


Field Summary
protected  Method dynamicQueryCountMethod
           
protected  Method dynamicQueryMethod
           
protected  Method fetchModelMethod
           
protected  Method getModelsCountMethod
           
protected  Method getModelsMethod
           
 
Constructor Summary
AlloyServiceInvoker(String className)
           
 
Method Summary
 List dynamicQuery(DynamicQuery dynamicQuery)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 BaseModel<?> fetchModel(long classPK)
           
 List getModels(int start, int end)
           
 int getModelsCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dynamicQueryCountMethod

protected Method dynamicQueryCountMethod

dynamicQueryMethod

protected Method dynamicQueryMethod

fetchModelMethod

protected Method fetchModelMethod

getModelsCountMethod

protected Method getModelsCountMethod

getModelsMethod

protected Method getModelsMethod
Constructor Detail

AlloyServiceInvoker

public AlloyServiceInvoker(String className)
Method Detail

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws Exception
Throws:
Exception

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws Exception
Throws:
Exception

fetchModel

public BaseModel<?> fetchModel(long classPK)
                        throws Exception
Throws:
Exception

getModels

public List getModels(int start,
                      int end)
               throws Exception
Throws:
Exception

getModelsCount

public int getModelsCount()
                   throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3