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:
ExpandoRowLocalServiceUtil
Method Summary |
ExpandoRow |
addExpandoRow(ExpandoRow expandoRow)
|
ExpandoRow |
addRow(long tableId,
long classPK)
|
void |
deleteExpandoRow(ExpandoRow expandoRow)
|
void |
deleteExpandoRow(long rowId)
|
void |
deleteRow(long rowId)
|
void |
deleteRow(long tableId,
long classPK)
|
void |
deleteRow(long classNameId,
java.lang.String tableName,
long classPK)
|
void |
deleteRow(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 classNameId,
int start,
int end)
|
java.util.List<ExpandoRow> |
getDefaultTableRows(java.lang.String className,
int start,
int end)
|
int |
getDefaultTableRowsCount(long classNameId)
|
int |
getDefaultTableRowsCount(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 classNameId,
java.lang.String tableName,
long classPK)
|
ExpandoRow |
getRow(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 classNameId,
java.lang.String tableName,
int start,
int end)
|
java.util.List<ExpandoRow> |
getRows(java.lang.String className,
java.lang.String tableName,
int start,
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
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getExpandoRow
ExpandoRow getExpandoRow(long rowId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getExpandoRows
java.util.List<ExpandoRow> getExpandoRows(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getExpandoRowsCount
int getExpandoRowsCount()
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,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteRow
void deleteRow(long rowId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteRow
void deleteRow(long tableId,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteRow
void deleteRow(java.lang.String className,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteRow
void deleteRow(long classNameId,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDefaultTableRows
java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableRows
java.util.List<ExpandoRow> getDefaultTableRows(long classNameId,
int start,
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
getRow
ExpandoRow getRow(long rowId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getRow
ExpandoRow getRow(long tableId,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getRow
ExpandoRow getRow(java.lang.String className,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRow
ExpandoRow getRow(long classNameId,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRows
java.util.List<ExpandoRow> getRows(long tableId,
int start,
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 start,
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 start,
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