Example usage for com.liferay.portal.kernel.module.framework.service IdentifiableOSGiService interface-usage

List of usage examples for com.liferay.portal.kernel.module.framework.service IdentifiableOSGiService interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.module.framework.service IdentifiableOSGiService interface-usage.

Usage

From source file at.graz.meduni.bibbox.liferay.portlet.service.base.ApplicationInstanceContainerLocalServiceBaseImpl.java

/**
 * Provides the base implementation for the application instance container local service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link at.graz.meduni.bibbox.liferay.portlet.service.impl.ApplicationInstanceContainerLocalServiceImpl}.
 * </p>

From source file at.graz.meduni.bibbox.liferay.portlet.service.base.ApplicationInstanceContainerServiceBaseImpl.java

/**
 * Provides the base implementation for the application instance container remote service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link at.graz.meduni.bibbox.liferay.portlet.service.impl.ApplicationInstanceContainerServiceImpl}.
 * </p>

From source file at.graz.meduni.bibbox.liferay.portlet.service.base.ApplicationInstanceLocalServiceBaseImpl.java

/**
 * Provides the base implementation for the application instance local service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link at.graz.meduni.bibbox.liferay.portlet.service.impl.ApplicationInstanceLocalServiceImpl}.
 * </p>

From source file at.graz.meduni.bibbox.liferay.portlet.service.base.ApplicationInstancePortLocalServiceBaseImpl.java

/**
 * Provides the base implementation for the application instance port local service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link at.graz.meduni.bibbox.liferay.portlet.service.impl.ApplicationInstancePortLocalServiceImpl}.
 * </p>

From source file at.graz.meduni.bibbox.liferay.portlet.service.base.ApplicationInstancePortServiceBaseImpl.java

/**
 * Provides the base implementation for the application instance port remote service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link at.graz.meduni.bibbox.liferay.portlet.service.impl.ApplicationInstancePortServiceImpl}.
 * </p>

From source file at.graz.meduni.bibbox.liferay.portlet.service.base.ApplicationInstanceServiceBaseImpl.java

/**
 * Provides the base implementation for the application instance remote service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link at.graz.meduni.bibbox.liferay.portlet.service.impl.ApplicationInstanceServiceImpl}.
 * </p>

From source file at.graz.meduni.bibbox.liferay.portlet.service.base.ApplicationInstanceStatusLocalServiceBaseImpl.java

/**
 * Provides the base implementation for the application instance status local service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link at.graz.meduni.bibbox.liferay.portlet.service.impl.ApplicationInstanceStatusLocalServiceImpl}.
 * </p>

From source file at.graz.meduni.bibbox.liferay.portlet.service.base.ApplicationInstanceStatusServiceBaseImpl.java

/**
 * Provides the base implementation for the application instance status remote service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link at.graz.meduni.bibbox.liferay.portlet.service.impl.ApplicationInstanceStatusServiceImpl}.
 * </p>

From source file blade.servicebuilder.service.base.FooLocalServiceBaseImpl.java

/**
 * Provides the base implementation for the foo local service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link blade.servicebuilder.service.impl.FooLocalServiceImpl}.
 * </p>

From source file blade.servicebuilder.service.base.FooServiceBaseImpl.java

/**
 * Provides the base implementation for the foo remote service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link blade.servicebuilder.service.impl.FooServiceImpl}.
 * </p>