Class ListTypeServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.ListTypeServiceBaseImpl
com.liferay.portal.service.impl.ListTypeServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ListTypeService

public class ListTypeServiceImpl extends ListTypeServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • ListTypeServiceImpl

      public ListTypeServiceImpl()
  • Method Details

    • getListType

      public com.liferay.portal.kernel.model.ListType getListType(long listTypeId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getListType

      public com.liferay.portal.kernel.model.ListType getListType(long companyId, String name, String type)
    • getListTypeId

      public long getListTypeId(long companyId, String name, String type)
    • getListTypes

      public List<com.liferay.portal.kernel.model.ListType> getListTypes(long companyId, String type)
    • validate

      public void validate(long listTypeId, long classNameId, String type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • validate

      public void validate(long listTypeId, String type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException