|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cinecolombia.interfases.exportarComplejo.web.ExportarComplejoTranslator
exportarComplejo usecase: helper class for this usecase
| 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 |
private java.util.List useCaseActions
private java.util.List exportarComplejoList
private java.lang.String todayString
private Debug debug
| Constructor Detail |
public ExportarComplejoTranslator()
| Method Detail |
public void setData(javax.servlet.http.HttpServletRequest request)
request - of MainServletpublic boolean isAllowed(java.lang.String action)
action - Description of the Parameter
public java.lang.String getTodayString()
public java.util.List getData()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||