edu.internet2.middleware.grouper.internal.dao
Interface PITRoleSetDAO

All Superinterfaces:
GrouperDAO
All Known Implementing Classes:
Hib3PITRoleSetDAO

public interface PITRoleSetDAO
extends GrouperDAO


Method Summary
 void delete(PITRoleSet pitRoleSet)
          delete
 void deleteInactiveRecords(Timestamp time)
          Delete records that ended before the given date.
 PITRoleSet findById(String id)
           
 void saveOrUpdate(PITRoleSet pitRoleSet)
          insert or update
 

Method Detail

saveOrUpdate

void saveOrUpdate(PITRoleSet pitRoleSet)
insert or update

Parameters:
pitRoleSet -

delete

void delete(PITRoleSet pitRoleSet)
delete

Parameters:
pitRoleSet -

findById

PITRoleSet findById(String id)
Parameters:
id -
Returns:
PITRoleSet

deleteInactiveRecords

void deleteInactiveRecords(Timestamp time)
Delete records that ended before the given date.

Parameters:
time -