com.liferay.portlet.expando.service.impl
Class ExpandoRowServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portlet.expando.service.base.ExpandoRowServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoRowServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.expando.service.ExpandoRowService, org.springframework.beans.factory.InitializingBean
public class ExpandoRowServiceImpl
- extends ExpandoRowServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoRowServiceBaseImpl |
counterLocalService, counterService, expandoColumnFinder, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowFinder, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoTableService, expandoValueFinder, expandoValueLocalService, expandoValuePersistence, expandoValueService |
Method Summary |
com.liferay.portlet.expando.model.ExpandoRow |
addRow(long tableId)
|
void |
deleteRow(long rowId)
|
java.util.List<com.liferay.portlet.expando.model.ExpandoRow> |
getDefaultTableRows(long classNameId,
int begin,
int end)
|
java.util.List<com.liferay.portlet.expando.model.ExpandoRow> |
getDefaultTableRows(java.lang.String className,
int begin,
int end)
|
int |
getDefaultTableRowsCount(long classNameId)
|
int |
getDefaultTableRowsCount(java.lang.String className)
|
java.util.List<com.liferay.portlet.expando.model.ExpandoRow> |
getRows(long tableId,
int begin,
int end)
|
java.util.List<com.liferay.portlet.expando.model.ExpandoRow> |
getRows(long classNameId,
java.lang.String tableName,
int begin,
int end)
|
java.util.List<com.liferay.portlet.expando.model.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)
|
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoRowServiceBaseImpl |
afterPropertiesSet, getCounterLocalService, getCounterService, getExpandoColumnFinder, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowFinder, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoTableService, getExpandoValueFinder, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, setCounterLocalService, setCounterService, setExpandoColumnFinder, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowFinder, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoTableService, setExpandoValueFinder, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoRowServiceImpl
public ExpandoRowServiceImpl()
addRow
public com.liferay.portlet.expando.model.ExpandoRow addRow(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteRow
public void deleteRow(long rowId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDefaultTableRows
public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(java.lang.String className,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableRows
public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(long classNameId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableRowsCount
public int getDefaultTableRowsCount(java.lang.String className)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableRowsCount
public int getDefaultTableRowsCount(long classNameId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRows
public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(long tableId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRows
public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(java.lang.String className,
java.lang.String tableName,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRows
public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(long classNameId,
java.lang.String tableName,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowsCount
public int getRowsCount(long tableId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowsCount
public int getRowsCount(java.lang.String className,
java.lang.String tableName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowsCount
public int getRowsCount(long classNameId,
java.lang.String tableName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException