Package com.liferay.object.model
Interface ObjectField
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<ObjectField>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<ObjectField>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.MVCCModel
,ObjectFieldModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
ObjectFieldWrapper
@ProviderType
public interface ObjectField
extends ObjectFieldModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the ObjectField service. Represents a row in the "ObjectField" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<ObjectField,
Long> -
Method Summary
Modifier and TypeMethodDescriptionboolean
compareBusinessType
(String businessType) boolean
boolean
boolean
boolean
boolean
void
setObjectFieldSettings
(List<ObjectFieldSetting> objectFieldSettings) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.object.model.ObjectFieldModel
cloneWithOriginalValues, getAvailableLanguageIds, getBusinessType, getCompanyId, getCreateDate, getDBColumnName, getDBTableName, getDBType, getDefaultLanguageId, getExternalReferenceCode, getIndexed, getIndexedAsKeyword, getIndexedLanguageId, getLabel, getLabel, getLabel, getLabel, getLabel, getLabelCurrentLanguageId, getLabelCurrentValue, getLabelMap, getListTypeDefinitionId, getLocalized, getModifiedDate, getMvccVersion, getName, getObjectDefinitionId, getObjectFieldId, getPrimaryKey, getReadOnly, getReadOnlyConditionExpression, getRelationshipType, getRequired, getState, getSystem, getUserId, getUserName, getUserUuid, getUuid, isIndexed, isIndexedAsKeyword, isLocalized, isRequired, isState, isSystem, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setBusinessType, setCompanyId, setCreateDate, setDBColumnName, setDBTableName, setDBType, setExternalReferenceCode, setIndexed, setIndexedAsKeyword, setIndexedLanguageId, setLabel, setLabel, setLabel, setLabelCurrentLanguageId, setLabelMap, setLabelMap, setListTypeDefinitionId, setLocalized, setModifiedDate, setMvccVersion, setName, setObjectDefinitionId, setObjectFieldId, setPrimaryKey, setReadOnly, setReadOnlyConditionExpression, setRelationshipType, setRequired, setState, setSystem, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
OBJECT_FIELD_ID_ACCESSOR
-
-
Method Details
-
compareBusinessType
-
getI18nObjectFieldName
String getI18nObjectFieldName() -
getObjectDefinition
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectFieldSettings
List<ObjectFieldSetting> getObjectFieldSettings() -
getSortableDBColumnName
String getSortableDBColumnName() -
hasInsertValues
boolean hasInsertValues() -
hasUniqueValues
boolean hasUniqueValues() -
hasUpdateValues
boolean hasUpdateValues() -
isDeletionAllowed
boolean isDeletionAllowed() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isMetadata
boolean isMetadata() -
setObjectFieldSettings
-