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

Method Summary
 void delete(FtpProps props)
           
 void delete(java.lang.Long id)
           
 FtpProps save(FtpProps props)
           
 
Methods inherited from interface it.geosolutions.geobatch.ftpserver.dao.GenericDAO
findById, lock, makePersistent, makeTransient
 

Method Detail

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.