| Constructor and Description |
|---|
DDMStructureClassType(long classTypeId,
String classTypeName,
String languageId) |
| Modifier and Type | Method and Description |
|---|---|
ClassTypeField |
getClassTypeField(String fieldName) |
List<ClassTypeField> |
getClassTypeFields() |
List<ClassTypeField> |
getClassTypeFields(int start,
int end) |
protected List<ClassTypeField> |
getClassTypeFields(long ddmStructureId) |
int |
getClassTypeFieldsCount() |
long |
getClassTypeId() |
String |
getName() |
public ClassTypeField getClassTypeField(String fieldName) throws PortalException
getClassTypeField in interface ClassTypePortalExceptionpublic List<ClassTypeField> getClassTypeFields() throws PortalException
getClassTypeFields in interface ClassTypePortalExceptionpublic List<ClassTypeField> getClassTypeFields(int start, int end) throws PortalException
getClassTypeFields in interface ClassTypePortalExceptionpublic int getClassTypeFieldsCount()
throws PortalException
getClassTypeFieldsCount in interface ClassTypePortalExceptionpublic long getClassTypeId()
getClassTypeId in interface ClassTypeprotected List<ClassTypeField> getClassTypeFields(long ddmStructureId) throws PortalException
PortalException