Package com.liferay.object.model
Interface ObjectValidationRule
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<ObjectValidationRule>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<ObjectValidationRule>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.MVCCModel
,ObjectValidationRuleModel
,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:
ObjectValidationRuleWrapper
@ProviderType
public interface ObjectValidationRule
extends ObjectValidationRuleModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the ObjectValidationRule service. Represents a row in the "ObjectValidationRule" 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<ObjectValidationRule,
Long> -
Method Summary
Modifier and TypeMethodDescriptionboolean
compareOutputType
(String outputType) void
setObjectValidationRuleSettings
(List<ObjectValidationRuleSetting> objectValidationRuleSettings) 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.ObjectValidationRuleModel
cloneWithOriginalValues, getActive, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getEngine, getErrorLabel, getErrorLabel, getErrorLabel, getErrorLabel, getErrorLabel, getErrorLabelCurrentLanguageId, getErrorLabelCurrentValue, getErrorLabelMap, getExternalReferenceCode, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getObjectDefinitionId, getObjectValidationRuleId, getOutputType, getPrimaryKey, getScript, getSystem, getUserId, getUserName, getUserUuid, getUuid, isActive, isSystem, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setActive, setCompanyId, setCreateDate, setEngine, setErrorLabel, setErrorLabel, setErrorLabel, setErrorLabelCurrentLanguageId, setErrorLabelMap, setErrorLabelMap, setExternalReferenceCode, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setObjectDefinitionId, setObjectValidationRuleId, setOutputType, setPrimaryKey, setScript, 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_VALIDATION_RULE_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<ObjectValidationRule,Long> OBJECT_VALIDATION_RULE_ID_ACCESSOR
-
-
Method Details
-
compareOutputType
-
getObjectValidationRuleSettings
List<ObjectValidationRuleSetting> getObjectValidationRuleSettings() -
setObjectValidationRuleSettings
void setObjectValidationRuleSettings(List<ObjectValidationRuleSetting> objectValidationRuleSettings)
-