com.atlassian.bamboo.migration.dao
Interface PropertyEntryExportDao

All Known Implementing Classes:
PropertyEntryExportHibernateDao

public interface PropertyEntryExportDao

For import/export only.


Method Summary
 java.lang.Iterable<bucket.user.propertyset.BucketPropertySetItem> findAll()
           
 void save(bucket.user.propertyset.BucketPropertySetItem object)
           
 

Method Detail

save

void save(bucket.user.propertyset.BucketPropertySetItem object)

findAll

java.lang.Iterable<bucket.user.propertyset.BucketPropertySetItem> findAll()


Copyright © 2012 Atlassian. All Rights Reserved.