List of usage examples for com.liferay.portal.kernel.model StagedModel interface-usage
From source file com.hedu.groovy.scripts.portlet.model.GroovyScriptModel.java
/**
* The base model interface for the GroovyScript service. Represents a row in the "GS_GroovyScript" database table, with each column mapped to a property of this class.
*
* <p>
* This interface and its corresponding implementation {@link com.hedu.groovy.scripts.portlet.model.impl.GroovyScriptModelImpl} 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.hedu.groovy.scripts.portlet.model.impl.GroovyScriptImpl}.
* </p>
From source file com.liferay.bootcamp.model.BookModel.java
/**
* The base model interface for the Book service. Represents a row in the "BOOK_Book" database table, with each column mapped to a property of this class.
*
* <p>
* This interface and its corresponding implementation {@link com.liferay.bootcamp.model.impl.BookModelImpl} 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.bootcamp.model.impl.BookImpl}.
* </p>
From source file com.liferay.site.model.adapter.StagedGroup.java
/** * @author Daniel Kocsis */ public interface StagedGroup extends Group, StagedModel { }