Class LayoutStructureRule
java.lang.Object
com.liferay.layout.util.structure.LayoutStructureRule
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutStructureRule
(com.liferay.portal.kernel.json.JSONArray actionsJSONArray, com.liferay.portal.kernel.json.JSONArray conditionsJSONArray, String conditionType, String id, String name) LayoutStructureRule
(String id, String name) -
Method Summary
Modifier and TypeMethodDescriptionboolean
com.liferay.portal.kernel.json.JSONArray
com.liferay.portal.kernel.json.JSONArray
getId()
getName()
int
hashCode()
static LayoutStructureRule
of
(com.liferay.portal.kernel.json.JSONObject jsonObject) void
setActionsJSONArray
(com.liferay.portal.kernel.json.JSONArray actionsJSONArray) void
setConditionsJSONArray
(com.liferay.portal.kernel.json.JSONArray conditionsJSONArray) void
setConditionType
(String conditionType) void
void
com.liferay.portal.kernel.json.JSONObject
toString()
-
Constructor Details
-
LayoutStructureRule
-
LayoutStructureRule
-
-
Method Details
-
of
-
equals
-
getActionsJSONArray
public com.liferay.portal.kernel.json.JSONArray getActionsJSONArray() -
getConditionsJSONArray
public com.liferay.portal.kernel.json.JSONArray getConditionsJSONArray() -
getConditionType
-
getId
-
getName
-
hashCode
public int hashCode() -
setActionsJSONArray
public void setActionsJSONArray(com.liferay.portal.kernel.json.JSONArray actionsJSONArray) -
setConditionsJSONArray
public void setConditionsJSONArray(com.liferay.portal.kernel.json.JSONArray conditionsJSONArray) -
setConditionType
-
setId
-
setName
-
toJSONObject
public com.liferay.portal.kernel.json.JSONObject toJSONObject() -
toString
-