Example usage for com.liferay.portal.kernel.model.impl BaseModelImpl subclass-usage

List of usage examples for com.liferay.portal.kernel.model.impl BaseModelImpl subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.model.impl BaseModelImpl subclass-usage.

Usage

From source file at.graz.meduni.bibbox.liferay.portlet.model.ApplicationInstanceClp.java

/**
 * @generated
 */
@ProviderType
public class ApplicationInstanceClp extends BaseModelImpl<ApplicationInstance> implements ApplicationInstance {
    public ApplicationInstanceClp() {

From source file at.graz.meduni.bibbox.liferay.portlet.model.ApplicationInstanceContainerClp.java

/**
 * @generated
 */
@ProviderType
public class ApplicationInstanceContainerClp extends BaseModelImpl<ApplicationInstanceContainer>
        implements ApplicationInstanceContainer {

From source file at.graz.meduni.bibbox.liferay.portlet.model.ApplicationInstancePortClp.java

/**
 * @generated
 */
@ProviderType
public class ApplicationInstancePortClp extends BaseModelImpl<ApplicationInstancePort>
        implements ApplicationInstancePort {

From source file at.graz.meduni.bibbox.liferay.portlet.model.ApplicationInstanceStatusClp.java

/**
 * @generated
 */
@ProviderType
public class ApplicationInstanceStatusClp extends BaseModelImpl<ApplicationInstanceStatus>
        implements ApplicationInstanceStatus {

From source file at.graz.meduni.bibbox.liferay.portlet.model.impl.ApplicationInstanceContainerModelImpl.java

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

From source file at.graz.meduni.bibbox.liferay.portlet.model.impl.ApplicationInstanceModelImpl.java

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

From source file at.graz.meduni.bibbox.liferay.portlet.model.impl.ApplicationInstancePortModelImpl.java

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

From source file at.graz.meduni.bibbox.liferay.portlet.model.impl.ApplicationInstanceStatusModelImpl.java

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

From source file blade.servicebuilder.model.impl.FooModelImpl.java

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

From source file ca.efendi.datafeeds.model.impl.CJProductModelImpl.java

/**
 * The base model implementation 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 implementation and its corresponding interface {@link CJProductModel} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link CJProductImpl}.
 * </p>