com.liferay.portlet.expando.service
Class ExpandoRowLocalServiceWrapper
java.lang.Object
com.liferay.portlet.expando.service.ExpandoRowLocalServiceWrapper
- All Implemented Interfaces:
- ExpandoRowLocalService
public class ExpandoRowLocalServiceWrapper
- extends java.lang.Object
- implements ExpandoRowLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ExpandoRowLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoRowLocalService
- Generated:
Method Summary |
ExpandoRow |
addExpandoRow(ExpandoRow expandoRow)
|
ExpandoRow |
addRow(long tableId,
long classPK)
|
ExpandoRow |
createExpandoRow(long rowId)
|
void |
deleteExpandoRow(ExpandoRow expandoRow)
|
void |
deleteExpandoRow(long rowId)
|
void |
deleteRow(long rowId)
|
void |
deleteRow(long tableId,
long classPK)
|
void |
deleteRow(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
|
void |
deleteRow(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<ExpandoRow> |
getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
|
java.util.List<ExpandoRow> |
getDefaultTableRows(long companyId,
java.lang.String className,
int start,
int end)
|
int |
getDefaultTableRowsCount(long companyId,
long classNameId)
|
int |
getDefaultTableRowsCount(long companyId,
java.lang.String className)
|
ExpandoRow |
getExpandoRow(long rowId)
|
java.util.List<ExpandoRow> |
getExpandoRows(int start,
int end)
|
int |
getExpandoRowsCount()
|
ExpandoRow |
getRow(long rowId)
|
ExpandoRow |
getRow(long tableId,
long classPK)
|
ExpandoRow |
getRow(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
|
ExpandoRow |
getRow(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
|
java.util.List<ExpandoRow> |
getRows(long tableId,
int start,
int end)
|
java.util.List<ExpandoRow> |
getRows(long companyId,
long classNameId,
java.lang.String tableName,
int start,
int end)
|
java.util.List<ExpandoRow> |
getRows(long companyId,
java.lang.String className,
java.lang.String tableName,
int start,
int end)
|
int |
getRowsCount(long tableId)
|
int |
getRowsCount(long companyId,
long classNameId,
java.lang.String tableName)
|
int |
getRowsCount(long companyId,
java.lang.String className,
java.lang.String tableName)
|
ExpandoRowLocalService |
getWrappedExpandoRowLocalService()
|
ExpandoRow |
updateExpandoRow(ExpandoRow expandoRow)
|
ExpandoRow |
updateExpandoRow(ExpandoRow expandoRow,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoRowLocalServiceWrapper
public ExpandoRowLocalServiceWrapper(ExpandoRowLocalService expandoRowLocalService)
addExpandoRow
public ExpandoRow addExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addExpandoRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createExpandoRow
public ExpandoRow createExpandoRow(long rowId)
- Specified by:
createExpandoRow
in interface ExpandoRowLocalService
deleteExpandoRow
public void deleteExpandoRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteExpandoRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteExpandoRow
public void deleteExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteExpandoRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getExpandoRow
public ExpandoRow getExpandoRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getExpandoRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getExpandoRows
public java.util.List<ExpandoRow> getExpandoRows(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getExpandoRows
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getExpandoRowsCount
public int getExpandoRowsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getExpandoRowsCount
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateExpandoRow
public ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateExpandoRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateExpandoRow
public ExpandoRow updateExpandoRow(ExpandoRow expandoRow,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateExpandoRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addRow
public ExpandoRow addRow(long tableId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
public void deleteRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
public void deleteRow(long tableId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
public void deleteRow(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
public void deleteRow(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRows
public java.util.List<ExpandoRow> getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDefaultTableRows
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRows
public java.util.List<ExpandoRow> getDefaultTableRows(long companyId,
java.lang.String className,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDefaultTableRows
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRowsCount
public int getDefaultTableRowsCount(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDefaultTableRowsCount
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRowsCount
public int getDefaultTableRowsCount(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDefaultTableRowsCount
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRow
public ExpandoRow getRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRow
public ExpandoRow getRow(long tableId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRow
public ExpandoRow getRow(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRow
public ExpandoRow getRow(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRow
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRows
public java.util.List<ExpandoRow> getRows(long tableId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRows
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRows
public java.util.List<ExpandoRow> getRows(long companyId,
long classNameId,
java.lang.String tableName,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRows
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRows
public java.util.List<ExpandoRow> getRows(long companyId,
java.lang.String className,
java.lang.String tableName,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRows
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRowsCount
public int getRowsCount(long tableId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRowsCount
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRowsCount
public int getRowsCount(long companyId,
long classNameId,
java.lang.String tableName)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRowsCount
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRowsCount
public int getRowsCount(long companyId,
java.lang.String className,
java.lang.String tableName)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getRowsCount
in interface ExpandoRowLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedExpandoRowLocalService
public ExpandoRowLocalService getWrappedExpandoRowLocalService()