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

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

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.model TrashedModel 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.journal.model.JournalArticleModel.java

/**
 * The base model interface for the JournalArticle service. Represents a row in the &quot;JournalArticle&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.journal.model.impl.JournalArticleModelImpl} 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.journal.model.impl.JournalArticleImpl}.
 * </p>

From source file com.liferay.journal.model.JournalFolderModel.java

/**
 * The base model interface for the JournalFolder service. Represents a row in the &quot;JournalFolder&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.journal.model.impl.JournalFolderModelImpl} 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.journal.model.impl.JournalFolderImpl}.
 * </p>

From source file com.liferay.wiki.model.WikiNodeModel.java

/**
 * The base model interface for the WikiNode service. Represents a row in the &quot;WikiNode&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.wiki.model.impl.WikiNodeModelImpl} 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.wiki.model.impl.WikiNodeImpl}.
 * </p>

From source file com.liferay.wiki.model.WikiPageModel.java

/**
 * The base model interface for the WikiPage service. Represents a row in the &quot;WikiPage&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.wiki.model.impl.WikiPageModelImpl} 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.wiki.model.impl.WikiPageImpl}.
 * </p>