com.liferay.portlet.expando.service
Interface ExpandoRowLocalService
- All Known Implementing Classes:
- ExpandoRowLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
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
- 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)
|
ExpandoRow |
updateExpandoRow(ExpandoRow expandoRow)
|
ExpandoRow |
updateExpandoRow(ExpandoRow expandoRow,
boolean merge)
|
addExpandoRow
ExpandoRow addExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
createExpandoRow
ExpandoRow createExpandoRow(long rowId)
deleteExpandoRow
void deleteExpandoRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteExpandoRow
void deleteExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getExpandoRow
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getExpandoRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getExpandoRows
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ExpandoRow> getExpandoRows(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getExpandoRowsCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getExpandoRowsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateExpandoRow
ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateExpandoRow
ExpandoRow updateExpandoRow(ExpandoRow expandoRow,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
addRow
ExpandoRow addRow(long tableId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
void deleteRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
void deleteRow(long tableId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRows
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ExpandoRow> getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRows
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ExpandoRow> getDefaultTableRows(long companyId,
java.lang.String className,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRowsCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDefaultTableRowsCount(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRowsCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDefaultTableRowsCount(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRow
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRow
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getRow(long tableId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRow
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getRow(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRow
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getRow(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRows
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ExpandoRow> getRows(long tableId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRows
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ExpandoRow> getRows(long companyId,
long classNameId,
java.lang.String tableName,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRows
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRowsCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRowsCount(long tableId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRowsCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRowsCount(long companyId,
long classNameId,
java.lang.String tableName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRowsCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRowsCount(long companyId,
java.lang.String className,
java.lang.String tableName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException