/** * TNTConcept Easy Enterprise Management by Autentia Real Bussiness Solution S.L. * Copyright (C) 2007 Autentia Real Bussiness Solution S.L. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package com.autentia.tnt.bean; /** * Request parameters names and values (for closed-set values parameters) * @author ivan */ public class Param { /* Sin revisar **********************************************************************/ public static final String CATEGORY_ID = "categoryId"; public static final String MESSAGE_ID = "messageId"; public static final String MESSAGE_DOCTYPE = "docType"; public static final String MESSAGE_PATHDOC = "pathDoc"; public static final String USERCATEGORY_ID = "userCategoryId"; public static final String INVENTORY_ID = "inventoryId"; public static final String ORGANIZATION_ID = "organizationId"; public static final String PROJECT_ID = "projectId"; public static final String MAGAZINE_ID = "magazineId"; public static final String STATE_ID = "stateId"; public static final String USER_ID = "userId"; public static final String ALERT_ID = "alertId"; public static final String TUTORIAL_ID = "tutorialId"; public static final String PUBLICATION_ID = "publicationId"; public static final String OBJECTIVE_ID = "objectiveId"; public static final String CONTACT_ID = "contactId"; public static final String CALIDAD_ID = "calidadId"; public static final String CALIDAD_DOCTYPE = "docType"; public static final String CALIDAD_PATHDOC = "pathDoc"; public static final String CALIDAD_TIPO = "calidadTipoId"; public static final String CONTACT_DOCTYPE = "docType"; public static final String CONTACT_PATHDOC = "pathDoc"; }