Class ExpandoRowLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.expando.service.base.ExpandoRowLocalServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoRowLocalServiceImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoRowLocalService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.expando.kernel.model.ExpandoRow>
,com.liferay.portal.kernel.service.PersistedModelLocalService
- Author:
- Brian Wing Shun Chan, Wesley Gong
-
Field Summary
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoRowLocalServiceBaseImpl
counterLocalService, expandoRowLocalService, expandoRowPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.expando.kernel.model.ExpandoRow
addRow
(long tableId, long classPK) void
deleteRow
(long rowId) void
deleteRow
(long tableId, long classPK) void
void
void
deleteRow
(com.liferay.expando.kernel.model.ExpandoRow row) void
deleteRows
(long classPK) void
deleteRows
(long companyId, long classNameId, long classPK) com.liferay.expando.kernel.model.ExpandoRow
fetchRow
(long tableId, long classPK) List<com.liferay.expando.kernel.model.ExpandoRow>
getDefaultTableRows
(long companyId, long classNameId, int start, int end) List<com.liferay.expando.kernel.model.ExpandoRow>
getDefaultTableRows
(long companyId, String className, int start, int end) int
getDefaultTableRowsCount
(long companyId, long classNameId) int
getDefaultTableRowsCount
(long companyId, String className) com.liferay.expando.kernel.model.ExpandoRow
getRow
(long rowId) com.liferay.expando.kernel.model.ExpandoRow
getRow
(long tableId, long classPK) com.liferay.expando.kernel.model.ExpandoRow
com.liferay.expando.kernel.model.ExpandoRow
List<com.liferay.expando.kernel.model.ExpandoRow>
getRows
(long tableId, int start, int end) List<com.liferay.expando.kernel.model.ExpandoRow>
List<com.liferay.expando.kernel.model.ExpandoRow>
int
getRowsCount
(long tableId) int
getRowsCount
(long companyId, long classNameId, String tableName) int
getRowsCount
(long companyId, String className, String tableName) Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoRowLocalServiceBaseImpl
addExpandoRow, afterPropertiesSet, createExpandoRow, createPersistedModel, deleteExpandoRow, deleteExpandoRow, deletePersistedModel, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchExpandoRow, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getExpandoRow, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoRows, getExpandoRowsCount, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setCounterLocalService, setExpandoRowLocalService, setExpandoRowPersistence, updateExpandoRow, updateWithUnsafeFunction
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
ExpandoRowLocalServiceImpl
public ExpandoRowLocalServiceImpl()
-
-
Method Details
-
addRow
public com.liferay.expando.kernel.model.ExpandoRow addRow(long tableId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteRow
public void deleteRow(com.liferay.expando.kernel.model.ExpandoRow row) -
deleteRow
public void deleteRow(long rowId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteRow
public void deleteRow(long tableId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteRow
public void deleteRow(long companyId, long classNameId, String tableName, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteRow
public void deleteRow(long companyId, String className, String tableName, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteRows
public void deleteRows(long classPK) -
deleteRows
public void deleteRows(long companyId, long classNameId, long classPK) -
fetchRow
public com.liferay.expando.kernel.model.ExpandoRow fetchRow(long tableId, long classPK) -
getDefaultTableRows
public List<com.liferay.expando.kernel.model.ExpandoRow> getDefaultTableRows(long companyId, long classNameId, int start, int end) -
getDefaultTableRows
-
getDefaultTableRowsCount
public int getDefaultTableRowsCount(long companyId, long classNameId) -
getDefaultTableRowsCount
-
getRow
public com.liferay.expando.kernel.model.ExpandoRow getRow(long rowId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRow
public com.liferay.expando.kernel.model.ExpandoRow getRow(long tableId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRow
public com.liferay.expando.kernel.model.ExpandoRow getRow(long companyId, long classNameId, String tableName, long classPK) -
getRow
-
getRows
-
getRows
-
getRows
-
getRowsCount
public int getRowsCount(long tableId) -
getRowsCount
-
getRowsCount
-