com.liferay.util.bridges.alloy
Class AlloyServiceInvoker
java.lang.Object
com.liferay.util.bridges.alloy.AlloyServiceInvoker
public class AlloyServiceInvoker
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dynamicQueryCountMethod
protected Method dynamicQueryCountMethod
dynamicQueryMethod
protected Method dynamicQueryMethod
fetchModelMethod
protected Method fetchModelMethod
getModelsCountMethod
protected Method getModelsCountMethod
getModelsMethod
protected Method getModelsMethod
AlloyServiceInvoker
public AlloyServiceInvoker(String className)
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