Example usage for com.liferay.portal.kernel.model LayoutSet interface-usage

List of usage examples for com.liferay.portal.kernel.model LayoutSet interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.model LayoutSet interface-usage.

Usage

From source file com.liferay.layout.set.model.adapter.StagedLayoutSet.java

/**
 * @author Mate Thurzo
 */
public interface StagedLayoutSet extends LayoutSet, StagedGroupedModel {

    public Optional<String> getLayoutSetPrototypeName();