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

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

Introduction

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

Usage

From source file com.liferay.blogs.model.BlogsEntryModel.java

/**
 * The base model interface for the BlogsEntry service. Represents a row in the "BlogsEntry" database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.blogs.model.impl.BlogsEntryModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link com.liferay.blogs.model.impl.BlogsEntryImpl}.
 * </p>

From source file com.liferay.dynamic.data.lists.model.DDLRecordModel.java

/**
 * The base model interface for the DDLRecord service. Represents a row in the &quot;DDLRecord&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.dynamic.data.lists.model.impl.DDLRecordModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link com.liferay.dynamic.data.lists.model.impl.DDLRecordImpl}.
 * </p>

From source file com.liferay.dynamic.data.lists.model.DDLRecordSetModel.java

/**
 * The base model interface for the DDLRecordSet service. Represents a row in the &quot;DDLRecordSet&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.dynamic.data.lists.model.impl.DDLRecordSetModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link com.liferay.dynamic.data.lists.model.impl.DDLRecordSetImpl}.
 * </p>

From source file com.liferay.dynamic.data.mapping.model.DDMFormInstanceModel.java

/**
 * The base model interface for the DDMFormInstance service. Represents a row in the &quot;DDMFormInstance&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceImpl}.
 * </p>

From source file com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecordModel.java

/**
 * The base model interface for the DDMFormInstanceRecord service. Represents a row in the &quot;DDMFormInstanceRecord&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceRecordModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link com.liferay.dynamic.data.mapping.model.impl.DDMFormInstanceRecordImpl}.
 * </p>

From source file com.liferay.dynamic.data.mapping.model.DDMStructureModel.java

/**
 * The base model interface for the DDMStructure service. Represents a row in the &quot;DDMStructure&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.dynamic.data.mapping.model.impl.DDMStructureModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link com.liferay.dynamic.data.mapping.model.impl.DDMStructureImpl}.
 * </p>

From source file com.liferay.dynamic.data.mapping.model.DDMTemplateModel.java

/**
 * The base model interface for the DDMTemplate service. Represents a row in the &quot;DDMTemplate&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.dynamic.data.mapping.model.impl.DDMTemplateModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link com.liferay.dynamic.data.mapping.model.impl.DDMTemplateImpl}.
 * </p>

From source file com.liferay.exportimport.test.util.model.Dummy.java

/**
 * @author Akos Thurzo
 */
@ImplementationClassName("com.liferay.exportimport.test.util.model.Dummy")
public class Dummy implements Serializable, StagedGroupedModel {

From source file com.liferay.exportimport.test.util.model.DummyFolder.java

/**
 * @author Akos Thurzo
 */
@ImplementationClassName("com.liferay.exportimport.test.util.model.DummyFolder")
public class DummyFolder implements Serializable, StagedGroupedModel {

From source file com.liferay.exportimport.test.util.model.DummyReference.java

/**
 * @author Akos Thurzo
 */
@ImplementationClassName("com.liferay.exportimport.test.util.model.DummyReference")
public class DummyReference implements Serializable, StagedGroupedModel {