Liferay 7.0-ce-b4

com.liferay.portlet.asset.model
Interface ClassType

All Known Implementing Classes:
DDMStructureClassType

public interface ClassType


Method Summary
 ClassTypeField getClassTypeField(String fieldName)
           
 List<ClassTypeField> getClassTypeFields()
           
 List<ClassTypeField> getClassTypeFields(int start, int end)
           
 int getClassTypeFieldsCount()
           
 long getClassTypeId()
           
 String getName()
           
 

Method Detail

getClassTypeField

ClassTypeField getClassTypeField(String fieldName)
                                 throws PortalException
Throws:
PortalException

getClassTypeFields

List<ClassTypeField> getClassTypeFields()
                                        throws PortalException
Throws:
PortalException

getClassTypeFields

List<ClassTypeField> getClassTypeFields(int start,
                                        int end)
                                        throws PortalException
Throws:
PortalException

getClassTypeFieldsCount

int getClassTypeFieldsCount()
                            throws PortalException
Throws:
PortalException

getClassTypeId

long getClassTypeId()

getName

String getName()

Liferay 7.0-ce-b4