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 TypeMethodDescriptionbooleancom.liferay.portal.kernel.json.JSONArraycom.liferay.portal.kernel.json.JSONArraygetId()getName()inthashCode()static LayoutStructureRuleof(com.liferay.portal.kernel.json.JSONObject jsonObject) voidsetActionsJSONArray(com.liferay.portal.kernel.json.JSONArray actionsJSONArray) voidsetConditionsJSONArray(com.liferay.portal.kernel.json.JSONArray conditionsJSONArray) voidsetConditionType(String conditionType) voidvoidcom.liferay.portal.kernel.json.JSONObjecttoString()
-
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
-