Class AccessRightsUtils
- java.lang.Object
-
- de.hybris.platform.integrationbackoffice.widgets.authorization.utility.AccessRightsUtils
-
public final class AccessRightsUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.zkoss.zul.ListitemcreateListitem(IntegrationObjectItemModel item)Creates a listitem
-
-
-
Method Detail
-
createListitem
public static org.zkoss.zul.Listitem createListitem(IntegrationObjectItemModel item)
Creates a listitem- Parameters:
item- IntegrationObjectItem that the listitem will be created for- Returns:
- Listitem
-
-