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.ExpandoRowaddRow(long tableId, long classPK) voiddeleteRow(long rowId) voiddeleteRow(long tableId, long classPK) voidvoidvoiddeleteRow(com.liferay.expando.kernel.model.ExpandoRow row) voiddeleteRows(long classPK) voiddeleteRows(long companyId, long classNameId, long classPK) com.liferay.expando.kernel.model.ExpandoRowfetchRow(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) intgetDefaultTableRowsCount(long companyId, long classNameId) intgetDefaultTableRowsCount(long companyId, String className) com.liferay.expando.kernel.model.ExpandoRowgetRow(long rowId) com.liferay.expando.kernel.model.ExpandoRowgetRow(long tableId, long classPK) com.liferay.expando.kernel.model.ExpandoRowcom.liferay.expando.kernel.model.ExpandoRowList<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>intgetRowsCount(long tableId) intgetRowsCount(long companyId, long classNameId, String tableName) intgetRowsCount(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, updateWithUnsafeFunctionMethods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-