Liferay 6.2-ce-ga5

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 dynamicQueryMethod1
           
protected  Method dynamicQueryMethod2
           
protected  Method dynamicQueryMethod3
           
protected  Method dynamicQueryMethod4
           
protected  Method fetchModelMethod
           
protected  Method getModelsCountMethod
           
protected  Method getModelsMethod
           
 
Constructor Summary
AlloyServiceInvoker(String className)
           
 
Method Summary
 DynamicQuery buildDynamicQuery()
           
 DynamicQuery buildDynamicQuery(Object[] properties)
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Deprecated. As of 6.2.0, replaced by executeDynamicQuery(DynamicQuery)
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Deprecated. As of 6.2.0, replaced by executeDynamicQueryCount(DynamicQuery)
 List executeDynamicQuery(DynamicQuery dynamicQuery)
           
 List executeDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 List executeDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator obc)
           
 List executeDynamicQuery(Object[] properties)
           
 List executeDynamicQuery(Object[] properties, int start, int end)
           
 List executeDynamicQuery(Object[] properties, int start, int end, OrderByComparator obc)
           
 long executeDynamicQueryCount(DynamicQuery dynamicQuery)
           
 long executeDynamicQueryCount(Object[] properties)
           
 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

dynamicQueryMethod1

protected Method dynamicQueryMethod1

dynamicQueryMethod2

protected Method dynamicQueryMethod2

dynamicQueryMethod3

protected Method dynamicQueryMethod3

dynamicQueryMethod4

protected Method dynamicQueryMethod4

fetchModelMethod

protected Method fetchModelMethod

getModelsCountMethod

protected Method getModelsCountMethod

getModelsMethod

protected Method getModelsMethod
Constructor Detail

AlloyServiceInvoker

public AlloyServiceInvoker(String className)
Method Detail

buildDynamicQuery

public DynamicQuery buildDynamicQuery()
                               throws Exception
Throws:
Exception

buildDynamicQuery

public DynamicQuery buildDynamicQuery(Object[] properties)
                               throws Exception
Throws:
Exception

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws Exception
Deprecated. As of 6.2.0, replaced by executeDynamicQuery(DynamicQuery)

Throws:
Exception

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws Exception
Deprecated. As of 6.2.0, replaced by executeDynamicQueryCount(DynamicQuery)

Throws:
Exception

executeDynamicQuery

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

executeDynamicQuery

public List executeDynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
                         throws Exception
Throws:
Exception

executeDynamicQuery

public List executeDynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator obc)
                         throws Exception
Throws:
Exception

executeDynamicQuery

public List executeDynamicQuery(Object[] properties)
                         throws Exception
Throws:
Exception

executeDynamicQuery

public List executeDynamicQuery(Object[] properties,
                                int start,
                                int end)
                         throws Exception
Throws:
Exception

executeDynamicQuery

public List executeDynamicQuery(Object[] properties,
                                int start,
                                int end,
                                OrderByComparator obc)
                         throws Exception
Throws:
Exception

executeDynamicQueryCount

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

executeDynamicQueryCount

public long executeDynamicQueryCount(Object[] properties)
                              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.2-ce-ga5