Class ExpandoColumnLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoColumnLocalServiceImpl
All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoColumnLocalService, 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.ExpandoColumn>, com.liferay.portal.kernel.service.PersistedModelLocalService

public class ExpandoColumnLocalServiceImpl extends ExpandoColumnLocalServiceBaseImpl
Author:
Raymond Augé, Brian Wing Shun Chan
  • Constructor Details

    • ExpandoColumnLocalServiceImpl

      public ExpandoColumnLocalServiceImpl()
  • Method Details

    • addColumn

      public com.liferay.expando.kernel.model.ExpandoColumn addColumn(long tableId, String name, int type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addColumn

      public com.liferay.expando.kernel.model.ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteColumn

      public void deleteColumn(com.liferay.expando.kernel.model.ExpandoColumn column) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteColumn

      public void deleteColumn(long columnId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteColumn

      public void deleteColumn(long companyId, long classNameId, String tableName, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteColumn

      public void deleteColumn(long tableId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteColumn

      public void deleteColumn(long companyId, String className, String tableName, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteColumns

      public void deleteColumns(long tableId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteColumns

      public void deleteColumns(long companyId, long classNameId, String tableName) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteColumns

      public void deleteColumns(long companyId, String className, String tableName) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchColumn

      public com.liferay.expando.kernel.model.ExpandoColumn fetchColumn(long companyId, long classNameId, String tableName, String name)
    • fetchColumn

      public com.liferay.expando.kernel.model.ExpandoColumn fetchColumn(long tableId, String name)
    • getColumn

      public com.liferay.expando.kernel.model.ExpandoColumn getColumn(long columnId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getColumn

      public com.liferay.expando.kernel.model.ExpandoColumn getColumn(long companyId, long classNameId, String tableName, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getColumn

      public com.liferay.expando.kernel.model.ExpandoColumn getColumn(long tableId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getColumn

      public com.liferay.expando.kernel.model.ExpandoColumn getColumn(long companyId, String className, String tableName, String name)
    • getColumns

      public List<com.liferay.expando.kernel.model.ExpandoColumn> getColumns(long tableId)
    • getColumns

      public List<com.liferay.expando.kernel.model.ExpandoColumn> getColumns(long tableId, Collection<String> names)
    • getColumns

      public List<com.liferay.expando.kernel.model.ExpandoColumn> getColumns(long companyId, long classNameId, String tableName)
    • getColumns

      public List<com.liferay.expando.kernel.model.ExpandoColumn> getColumns(long companyId, long classNameId, String tableName, Collection<String> names)
    • getColumns

      public List<com.liferay.expando.kernel.model.ExpandoColumn> getColumns(long companyId, String className, String tableName)
    • getColumns

      public List<com.liferay.expando.kernel.model.ExpandoColumn> getColumns(long companyId, String className, String tableName, Collection<String> columnNames)
    • getColumnsCount

      public int getColumnsCount(long tableId)
    • getColumnsCount

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

      public int getColumnsCount(long companyId, String className, String tableName)
    • getDefaultTableColumn

      public com.liferay.expando.kernel.model.ExpandoColumn getDefaultTableColumn(long companyId, long classNameId, String name)
    • getDefaultTableColumn

      public com.liferay.expando.kernel.model.ExpandoColumn getDefaultTableColumn(long companyId, String className, String name)
    • getDefaultTableColumns

      public List<com.liferay.expando.kernel.model.ExpandoColumn> getDefaultTableColumns(long companyId, long classNameId)
    • getDefaultTableColumns

      public List<com.liferay.expando.kernel.model.ExpandoColumn> getDefaultTableColumns(long companyId, String className)
    • getDefaultTableColumnsCount

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

      public int getDefaultTableColumnsCount(long companyId, String className)
    • updateColumn

      public com.liferay.expando.kernel.model.ExpandoColumn updateColumn(long columnId, String name, int type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateColumn

      public com.liferay.expando.kernel.model.ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateTypeSettings

      public com.liferay.expando.kernel.model.ExpandoColumn updateTypeSettings(long columnId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addDeletionSystemEvent

      protected void addDeletionSystemEvent(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn)
    • validate

      protected com.liferay.expando.kernel.model.ExpandoValue validate(long columnId, long tableId, String name, int type, Object defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException