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 |
fetchModelMethod
protected Method fetchModelMethod
getModelsCountMethod
protected Method getModelsCountMethod
getModelsMethod
protected Method getModelsMethod
AlloyServiceInvoker
public AlloyServiceInvoker(String className)
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