@StrictBinding @UrlBinding(value="/action/export") public class ExportActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,List<String>> |
locationTypes |
| Constructor and Description |
|---|
ExportActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
export() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getDownloadlocation() |
String |
getLocationName() |
String |
getProject() |
protected void |
retrieveAccessibilities(Integer id,
List<String> record) |
protected void |
retrieveAgeCategories(Integer id,
List<String> record) |
protected void |
retrieveCategories(Integer id,
List<String> record) |
protected void |
retrieveFacilities(Integer id,
List<String> record) |
protected void |
retrieveImages(Integer id,
ImageDownloader downloader) |
protected void |
retrieveImages(Integer id,
List<String> record) |
protected void |
retrieveParking(Integer id,
List<String> record) |
protected void |
retrieveReferencedTables(Integer id,
List<String> record) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setDownloadlocation(String downloadlocation) |
void |
setLocationName(String locationName) |
void |
setProject(String project) |
net.sourceforge.stripes.action.Resolution |
view() |
@DefaultHandler public net.sourceforge.stripes.action.Resolution view()
public net.sourceforge.stripes.action.Resolution export()
throws IOException,
SQLException,
NamingException
IOExceptionSQLExceptionNamingExceptionprotected void retrieveImages(Integer id, ImageDownloader downloader) throws NamingException, SQLException
NamingExceptionSQLExceptionprotected void retrieveReferencedTables(Integer id, List<String> record) throws NamingException, SQLException
NamingExceptionSQLExceptionprotected void retrieveParking(Integer id, List<String> record) throws NamingException, SQLException
NamingExceptionSQLExceptionprotected void retrieveFacilities(Integer id, List<String> record) throws NamingException, SQLException
NamingExceptionSQLExceptionprotected void retrieveAccessibilities(Integer id, List<String> record) throws NamingException, SQLException
NamingExceptionSQLExceptionprotected void retrieveAgeCategories(Integer id, List<String> record) throws NamingException, SQLException
NamingExceptionSQLExceptionprotected void retrieveCategories(Integer id, List<String> record) throws NamingException, SQLException
NamingExceptionSQLExceptionprotected void retrieveImages(Integer id, List<String> record) throws NamingException, SQLException
NamingExceptionSQLExceptionpublic net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic String getLocationName()
public void setLocationName(String locationName)
public String getDownloadlocation()
public void setDownloadlocation(String downloadlocation)
public String getProject()
public void setProject(String project)
Copyright © 2018. All rights reserved.