Package com.liferay.asset.model
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 Summary
ConstructorsConstructorDescriptionDDMStructureClassType
(long classTypeId, String classTypeName, String languageId) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.asset.kernel.model.ClassTypeField
getClassTypeField
(String fieldName) List<com.liferay.asset.kernel.model.ClassTypeField>
List<com.liferay.asset.kernel.model.ClassTypeField>
getClassTypeFields
(int start, int end) protected List<com.liferay.asset.kernel.model.ClassTypeField>
getClassTypeFields
(long ddmStructureId) int
long
getName()
-
Constructor Details
-
DDMStructureClassType
-
-
Method Details
-
getClassTypeField
public com.liferay.asset.kernel.model.ClassTypeField getClassTypeField(String fieldName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getClassTypeField
in interfacecom.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 interfacecom.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 interfacecom.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 interfacecom.liferay.asset.kernel.model.ClassType
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getClassTypeId
public long getClassTypeId()- Specified by:
getClassTypeId
in interfacecom.liferay.asset.kernel.model.ClassType
-
getName
- Specified by:
getName
in interfacecom.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
-