Class DDMFormRule
java.lang.Object
com.liferay.dynamic.data.mapping.model.DDMFormRule
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDDMFormRule
(DDMFormRule ddmFormRule) DDMFormRule
(String condition, String... actions) Deprecated.DDMFormRule
(String condition, List<String> actions) Deprecated.As of Athanasius (7.3.x), replaced byDDMFormRule(List, String)
DDMFormRule
(String condition, List<String> actions, LocalizedValue name) Deprecated.As of Athanasius (7.3.x), replaced byDDMFormRule(List, String, LocalizedValue)
DDMFormRule
(List<String> actions, String condition) DDMFormRule
(List<String> actions, String condition, LocalizedValue name) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
boolean
void
setActions
(List<String> actions) void
setCondition
(String condition) void
setEnabled
(boolean enabled) void
setName
(LocalizedValue name)
-
Constructor Details
-
DDMFormRule
public DDMFormRule() -
DDMFormRule
-
DDMFormRule
-
DDMFormRule
-
DDMFormRule
Deprecated.As of Athanasius (7.3.x), replaced byDDMFormRule(List, String)
-
DDMFormRule
Deprecated.As of Athanasius (7.3.x), replaced byDDMFormRule(List, String, LocalizedValue)
-
DDMFormRule
Deprecated.As of Athanasius (7.3.x), replaced byDDMFormRule(List, String)
-
-
Method Details
DDMFormRule(List, String)