it.geosolutions.geobatch.ftpserver.dao
Interface FtpPropsDAO
- All Superinterfaces:
- GenericDAO<FtpProps,java.lang.Long>
- All Known Implementing Classes:
- HibFtpPropsDAO
public interface FtpPropsDAO
- extends GenericDAO<FtpProps,java.lang.Long>
- Author:
- ETj
save
FtpProps save(FtpProps props)
throws DAOException
- Throws:
DAOException
delete
void delete(java.lang.Long id)
throws DAOException
- Throws:
DAOException
delete
void delete(FtpProps props)
throws DAOException
- Throws:
DAOException
Copyright © 2008-2012 GeoSolutions. All Rights Reserved.