Uses of Class
it.geosolutions.geobatch.ftpserver.model.FtpProps

Packages that use FtpProps
it.geosolutions.geobatch.ftpserver.dao   
it.geosolutions.geobatch.ftpserver.dao.hibernate   
it.geosolutions.geobatch.ftpserver.ftp   
 

Uses of FtpProps in it.geosolutions.geobatch.ftpserver.dao
 

Methods in it.geosolutions.geobatch.ftpserver.dao that return FtpProps
 FtpProps FtpPropsDAO.save(FtpProps props)
           
 

Methods in it.geosolutions.geobatch.ftpserver.dao with parameters of type FtpProps
 void FtpPropsDAO.delete(FtpProps props)
           
 FtpProps FtpPropsDAO.save(FtpProps props)
           
 

Uses of FtpProps in it.geosolutions.geobatch.ftpserver.dao.hibernate
 

Methods in it.geosolutions.geobatch.ftpserver.dao.hibernate that return FtpProps
 FtpProps HibFtpPropsDAO.save(FtpProps props)
           
 

Methods in it.geosolutions.geobatch.ftpserver.dao.hibernate with parameters of type FtpProps
 void HibFtpPropsDAO.delete(FtpProps props)
           
 FtpProps HibFtpPropsDAO.save(FtpProps props)
           
 

Uses of FtpProps in it.geosolutions.geobatch.ftpserver.ftp
 

Methods in it.geosolutions.geobatch.ftpserver.ftp that return FtpProps
 FtpProps FtpUser.getSourceFtpProps()
           
 

Methods in it.geosolutions.geobatch.ftpserver.ftp with parameters of type FtpProps
 void FtpUser.setSourceFtpProps(FtpProps delegateFtpProps)
           
 

Constructors in it.geosolutions.geobatch.ftpserver.ftp with parameters of type FtpProps
FtpUser(GBUser delegateUser, FtpProps delegateFtpProps)
           
 



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.