Class ExpandoColumnServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoColumnServiceImpl
All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoColumnService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService

public class ExpandoColumnServiceImpl extends ExpandoColumnServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • ExpandoColumnServiceImpl

      public ExpandoColumnServiceImpl()
  • 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(long columnId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchExpandoColumn

      public com.liferay.expando.kernel.model.ExpandoColumn fetchExpandoColumn(long columnId) 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) 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