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

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

Introduction

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

Usage

From source file blade.servicebuilder.model.FooModel.java

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

From source file ca.efendi.datafeeds.model.CJProductModel.java

/**
 * The base model interface for the CJProduct service. Represents a row in the &quot;FE_CJProduct&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link ca.efendi.datafeeds.model.impl.CJProductModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link ca.efendi.datafeeds.model.impl.CJProductImpl}.
 * </p>

From source file com.bemis.portal.carriers.model.CarrierModel.java

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

From source file com.clavisit.clavisit.poc.ddl.images.model.ImageModel.java

/**
 * The base model interface for the Image service. Represents a row in the &quot;IMS_Image&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.clavisit.clavisit.poc.ddl.images.model.impl.ImageModelImpl} 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.clavisit.clavisit.poc.ddl.images.model.impl.ImageImpl}.
 * </p>

From source file com.example.model.FooModel.java

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

From source file com.liferay.blade.samples.servicebuilder.adq.model.BarModel.java

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

From source file com.liferay.blade.samples.servicebuilder.model.FooModel.java

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

From source file com.liferay.demo.todo.model.TodoModel.java

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

From source file com.liferay.docs.guestbook.model.GuestbookEntryModel.java

/**
 * The base model interface for the GuestbookEntry service. Represents a row in the &quot;GB_GuestbookEntry&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation <code>com.liferay.docs.guestbook.model.impl.GuestbookEntryModelImpl</code> exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in <code>com.liferay.docs.guestbook.model.impl.GuestbookEntryImpl</code>.
 * </p>

From source file com.liferay.docs.guestbook.model.GuestbookModel.java

/**
 * The base model interface for the Guestbook service. Represents a row in the &quot;GB_Guestbook&quot; database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation <code>com.liferay.docs.guestbook.model.impl.GuestbookModelImpl</code> exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in <code>com.liferay.docs.guestbook.model.impl.GuestbookImpl</code>.
 * </p>