com.cinecolombia.interfases.exportarComplejo.web
Class ExportarComplejoTranslator

java.lang.Object
  |
  +--com.cinecolombia.interfases.exportarComplejo.web.ExportarComplejoTranslator
All Implemented Interfaces:
java.io.Serializable

public class ExportarComplejoTranslator
extends java.lang.Object
implements java.io.Serializable

exportarComplejo usecase: helper class for this usecase

Author:
CincoSOFT
See Also:
Serialized Form
Created:
Julio 2003

Field Summary
private  Debug debug
           
private  java.util.List exportarComplejoList
          list of the usecase
private  java.lang.String todayString
          current date in String
private  java.util.List useCaseActions
          security actions of the usecase
 
Constructor Summary
ExportarComplejoTranslator()
          Constructor
 
Method Summary
 java.util.List getData()
           
 java.lang.String getTodayString()
           
 boolean isAllowed(java.lang.String action)
          determines if a action (HTLM element) is allowed for the user examining useCaseActions
 void setData(javax.servlet.http.HttpServletRequest request)
          gets data from request or session and creates input data for the jsp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useCaseActions

private java.util.List useCaseActions
security actions of the usecase


exportarComplejoList

private java.util.List exportarComplejoList
list of the usecase


todayString

private java.lang.String todayString
current date in String


debug

private Debug debug
Constructor Detail

ExportarComplejoTranslator

public ExportarComplejoTranslator()
Constructor

Method Detail

setData

public void setData(javax.servlet.http.HttpServletRequest request)
gets data from request or session and creates input data for the jsp

Parameters:
request - of MainServlet

isAllowed

public boolean isAllowed(java.lang.String action)
determines if a action (HTLM element) is allowed for the user examining useCaseActions

Parameters:
action - Description of the Parameter
Returns:
The allowed value

getTodayString

public java.lang.String getTodayString()

getData

public java.util.List getData()