com.liferay.portlet.expando.service
Interface ExpandoRowLocalService
public interface ExpandoRowLocalService
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.ExpandoRowLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoRowLocalServiceFactory
,
ExpandoRowLocalServiceUtil
Method Summary |
ExpandoRow |
addExpandoRow(ExpandoRow expandoRow)
|
ExpandoRow |
addRow(long tableId)
|
void |
deleteExpandoRow(ExpandoRow expandoRow)
|
void |
deleteExpandoRow(long rowId)
|
void |
deleteRow(long rowId)
|
java.util.List<ExpandoRow> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<ExpandoRow> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
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)
|
ExpandoRow |
updateExpandoRow(ExpandoRow expandoRow)
|
addExpandoRow
ExpandoRow addExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteExpandoRow
void deleteExpandoRow(long rowId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteExpandoRow
void deleteExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
dynamicQuery
java.util.List<ExpandoRow> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<ExpandoRow> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateExpandoRow
ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addRow
ExpandoRow addRow(long tableId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteRow
void deleteRow(long rowId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getDefaultTableRows
java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableRows
java.util.List<ExpandoRow> getDefaultTableRows(long classNameId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableRowsCount
int getDefaultTableRowsCount(java.lang.String className)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableRowsCount
int getDefaultTableRowsCount(long classNameId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRows
java.util.List<ExpandoRow> getRows(long tableId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRows
java.util.List<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
java.util.List<ExpandoRow> getRows(long classNameId,
java.lang.String tableName,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowsCount
int getRowsCount(long tableId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowsCount
int getRowsCount(java.lang.String className,
java.lang.String tableName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowsCount
int getRowsCount(long classNameId,
java.lang.String tableName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException