Class ListTypeLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.ListTypeLocalServiceBaseImpl
com.liferay.portal.service.impl.ListTypeLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.ListTypeLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService

public class ListTypeLocalServiceImpl extends ListTypeLocalServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • ListTypeLocalServiceImpl

      public ListTypeLocalServiceImpl()
  • Method Details

    • addListType

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

      public void deleteListTypes(long companyId)
    • 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

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

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