com.liferay.portlet.asset.model
Class DDMStructureClassType
java.lang.Object
com.liferay.portlet.asset.model.DDMStructureClassType
- All Implemented Interfaces:
- ClassType
public class DDMStructureClassType
- extends Object
- implements ClassType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStructureClassType
public DDMStructureClassType(long classTypeId,
String classTypeName,
String languageId)
getClassTypeField
public ClassTypeField getClassTypeField(String fieldName)
throws PortalException
- Specified by:
getClassTypeField in interface ClassType
- Throws:
PortalException
getClassTypeFields
public List<ClassTypeField> getClassTypeFields()
throws PortalException
- Specified by:
getClassTypeFields in interface ClassType
- Throws:
PortalException
getClassTypeFields
public List<ClassTypeField> getClassTypeFields(int start,
int end)
throws PortalException
- Specified by:
getClassTypeFields in interface ClassType
- Throws:
PortalException
getClassTypeFieldsCount
public int getClassTypeFieldsCount()
throws PortalException
- Specified by:
getClassTypeFieldsCount in interface ClassType
- Throws:
PortalException
getClassTypeId
public long getClassTypeId()
- Specified by:
getClassTypeId in interface ClassType
getName
public String getName()
- Specified by:
getName in interface ClassType
getClassTypeFields
protected List<ClassTypeField> getClassTypeFields(long ddmStructureId)
throws PortalException
- Throws:
PortalException