public class DDMStructureClassType
extends java.lang.Object
implements com.liferay.asset.kernel.model.ClassType
Constructor and Description |
---|
DDMStructureClassType(long classTypeId,
java.lang.String classTypeName,
java.lang.String languageId) |
Modifier and Type | Method and Description |
---|---|
com.liferay.asset.kernel.model.ClassTypeField |
getClassTypeField(java.lang.String fieldName) |
java.util.List<com.liferay.asset.kernel.model.ClassTypeField> |
getClassTypeFields() |
java.util.List<com.liferay.asset.kernel.model.ClassTypeField> |
getClassTypeFields(int start,
int end) |
protected java.util.List<com.liferay.asset.kernel.model.ClassTypeField> |
getClassTypeFields(long ddmStructureId) |
int |
getClassTypeFieldsCount() |
long |
getClassTypeId() |
java.lang.String |
getName() |
public DDMStructureClassType(long classTypeId, java.lang.String classTypeName, java.lang.String languageId)
public com.liferay.asset.kernel.model.ClassTypeField getClassTypeField(java.lang.String fieldName) throws com.liferay.portal.kernel.exception.PortalException
getClassTypeField
in interface com.liferay.asset.kernel.model.ClassType
com.liferay.portal.kernel.exception.PortalException
public java.util.List<com.liferay.asset.kernel.model.ClassTypeField> getClassTypeFields() throws com.liferay.portal.kernel.exception.PortalException
getClassTypeFields
in interface com.liferay.asset.kernel.model.ClassType
com.liferay.portal.kernel.exception.PortalException
public java.util.List<com.liferay.asset.kernel.model.ClassTypeField> getClassTypeFields(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getClassTypeFields
in interface com.liferay.asset.kernel.model.ClassType
com.liferay.portal.kernel.exception.PortalException
public int getClassTypeFieldsCount() throws com.liferay.portal.kernel.exception.PortalException
getClassTypeFieldsCount
in interface com.liferay.asset.kernel.model.ClassType
com.liferay.portal.kernel.exception.PortalException
public long getClassTypeId()
getClassTypeId
in interface com.liferay.asset.kernel.model.ClassType
public java.lang.String getName()
getName
in interface com.liferay.asset.kernel.model.ClassType
protected java.util.List<com.liferay.asset.kernel.model.ClassTypeField> getClassTypeFields(long ddmStructureId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException