Class DDMStructureClassType

java.lang.Object
com.liferay.asset.model.DDMStructureClassType
All Implemented Interfaces:
com.liferay.asset.kernel.model.ClassType

public class DDMStructureClassType extends Object implements com.liferay.asset.kernel.model.ClassType
  • Constructor Details

    • DDMStructureClassType

      public DDMStructureClassType(long classTypeId, String classTypeName, String languageId)
  • Method Details

    • getClassTypeField

      public com.liferay.asset.kernel.model.ClassTypeField getClassTypeField(String fieldName) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getClassTypeField in interface com.liferay.asset.kernel.model.ClassType
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getClassTypeFields

      public List<com.liferay.asset.kernel.model.ClassTypeField> getClassTypeFields() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getClassTypeFields in interface com.liferay.asset.kernel.model.ClassType
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getClassTypeFields

      public List<com.liferay.asset.kernel.model.ClassTypeField> getClassTypeFields(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getClassTypeFields in interface com.liferay.asset.kernel.model.ClassType
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getClassTypeFieldsCount

      public int getClassTypeFieldsCount() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getClassTypeFieldsCount in interface com.liferay.asset.kernel.model.ClassType
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getClassTypeId

      public long getClassTypeId()
      Specified by:
      getClassTypeId in interface com.liferay.asset.kernel.model.ClassType
    • getName

      public String getName()
      Specified by:
      getName in interface com.liferay.asset.kernel.model.ClassType
    • getClassTypeFields

      protected List<com.liferay.asset.kernel.model.ClassTypeField> getClassTypeFields(long ddmStructureId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException