Example usage for com.liferay.portal.kernel.portlet.bridges.mvc BaseTransactionalMVCActionCommand subclass-usage

List of usage examples for com.liferay.portal.kernel.portlet.bridges.mvc BaseTransactionalMVCActionCommand subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.portlet.bridges.mvc BaseTransactionalMVCActionCommand subclass-usage.

Usage

From source file com.liferay.dynamic.data.lists.form.web.internal.portlet.action.CopyRecordSetMVCActionCommand.java

/**
 * @author Pedro Queiroz
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DDLFormPortletKeys.DYNAMIC_DATA_LISTS_FORM_ADMIN,
        "mvc.command.name=copyRecordSet" }, service = MVCActionCommand.class)
public class CopyRecordSetMVCActionCommand extends BaseTransactionalMVCActionCommand {

From source file com.liferay.dynamic.data.lists.form.web.internal.portlet.action.DeleteRecordMVCActionCommand.java

/**
 * @author Leonardo Barros
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DDLFormPortletKeys.DYNAMIC_DATA_LISTS_FORM_ADMIN,
        "mvc.command.name=deleteRecord" }, service = MVCActionCommand.class)
public class DeleteRecordMVCActionCommand extends BaseTransactionalMVCActionCommand {

From source file com.liferay.dynamic.data.lists.form.web.internal.portlet.action.DeleteRecordSetMVCActionCommand.java

/**
 * @author Bruno Basto
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DDLFormPortletKeys.DYNAMIC_DATA_LISTS_FORM_ADMIN,
        "mvc.command.name=deleteRecordSet" }, service = MVCActionCommand.class)
public class DeleteRecordSetMVCActionCommand extends BaseTransactionalMVCActionCommand {

From source file com.liferay.dynamic.data.lists.form.web.internal.portlet.action.SaveRecordSetMVCActionCommand.java

/**
 * @author Bruno Basto
 */
@Component(immediate = true, property = { "javax.portlet.name=" + DDLFormPortletKeys.DYNAMIC_DATA_LISTS_FORM_ADMIN,
        "mvc.command.name=saveRecordSet" }, service = MVCActionCommand.class)
public class SaveRecordSetMVCActionCommand extends BaseTransactionalMVCActionCommand {

From source file com.liferay.dynamic.data.mapping.form.web.internal.portlet.action.CopyFormInstanceMVCActionCommand.java

/**
 * @author Pedro Queiroz
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + DDMFormPortletKeys.DYNAMIC_DATA_MAPPING_FORM_ADMIN,
        "mvc.command.name=copyFormInstance" }, service = MVCActionCommand.class)

From source file com.liferay.dynamic.data.mapping.form.web.internal.portlet.action.DeleteFormInstanceMVCActionCommand.java

/**
 * @author Bruno Basto
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + DDMFormPortletKeys.DYNAMIC_DATA_MAPPING_FORM_ADMIN,
        "mvc.command.name=deleteFormInstance" }, service = MVCActionCommand.class)

From source file com.liferay.dynamic.data.mapping.form.web.internal.portlet.action.DeleteFormInstanceRecordMVCActionCommand.java

/**
 * @author Leonardo Barros
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + DDMFormPortletKeys.DYNAMIC_DATA_MAPPING_FORM_ADMIN,
        "mvc.command.name=deleteFormInstanceRecord" }, service = MVCActionCommand.class)

From source file com.liferay.dynamic.data.mapping.form.web.internal.portlet.action.SaveFormInstanceMVCActionCommand.java

/**
 * @author Bruno Basto
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + DDMFormPortletKeys.DYNAMIC_DATA_MAPPING_FORM_ADMIN,
        "mvc.command.name=saveFormInstance" }, service = MVCActionCommand.class)