com.liferay.portlet.expando.service
Interface ExpandoRowService
public interface ExpandoRowService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.expando.service.impl.ExpandoRowServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoRowServiceFactory
,
ExpandoRowServiceUtil
Method Summary |
ExpandoRow |
addRow(long tableId)
|
void |
deleteRow(long rowId)
|
java.util.List<ExpandoRow> |
getDefaultTableRows(long classNameId,
int begin,
int end)
|
java.util.List<ExpandoRow> |
getDefaultTableRows(java.lang.String className,
int begin,
int end)
|
int |
getDefaultTableRowsCount(long classNameId)
|
int |
getDefaultTableRowsCount(java.lang.String className)
|
java.util.List<ExpandoRow> |
getRows(long tableId,
int begin,
int end)
|
java.util.List<ExpandoRow> |
getRows(long classNameId,
java.lang.String tableName,
int begin,
int end)
|
java.util.List<ExpandoRow> |
getRows(java.lang.String className,
java.lang.String tableName,
int begin,
int end)
|
int |
getRowsCount(long tableId)
|
int |
getRowsCount(long classNameId,
java.lang.String tableName)
|
int |
getRowsCount(java.lang.String className,
java.lang.String tableName)
|
addRow
ExpandoRow addRow(long tableId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteRow
void deleteRow(long rowId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getDefaultTableRows
java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getDefaultTableRows
java.util.List<ExpandoRow> getDefaultTableRows(long classNameId,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getDefaultTableRowsCount
int getDefaultTableRowsCount(java.lang.String className)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getDefaultTableRowsCount
int getDefaultTableRowsCount(long classNameId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getRows
java.util.List<ExpandoRow> getRows(long tableId,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getRows
java.util.List<ExpandoRow> getRows(java.lang.String className,
java.lang.String tableName,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getRows
java.util.List<ExpandoRow> getRows(long classNameId,
java.lang.String tableName,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getRowsCount
int getRowsCount(long tableId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getRowsCount
int getRowsCount(java.lang.String className,
java.lang.String tableName)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getRowsCount
int getRowsCount(long classNameId,
java.lang.String tableName)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException