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

public class ExpandoRowLocalServiceImpl extends ExpandoRowLocalServiceBaseImpl
Author:
Brian Wing Shun Chan, Wesley Gong
  • 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

      public List<com.liferay.expando.kernel.model.ExpandoRow> getDefaultTableRows(long companyId, String className, int start, int end)
    • getDefaultTableRowsCount

      public int getDefaultTableRowsCount(long companyId, long classNameId)
    • getDefaultTableRowsCount

      public int getDefaultTableRowsCount(long companyId, String className)
    • 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

      public com.liferay.expando.kernel.model.ExpandoRow getRow(long companyId, String className, String tableName, long classPK)
    • getRows

      public List<com.liferay.expando.kernel.model.ExpandoRow> getRows(long tableId, int start, int end)
    • getRows

      public List<com.liferay.expando.kernel.model.ExpandoRow> getRows(long companyId, long classNameId, String tableName, int start, int end)
    • getRows

      public List<com.liferay.expando.kernel.model.ExpandoRow> getRows(long companyId, String className, String tableName, int start, int end)
    • getRowsCount

      public int getRowsCount(long tableId)
    • getRowsCount

      public int getRowsCount(long companyId, long classNameId, String tableName)
    • getRowsCount

      public int getRowsCount(long companyId, String className, String tableName)