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

All Superinterfaces:
GrouperDAO
All Known Implementing Classes:
Hib3ChangeLogTypeDAO

public interface ChangeLogTypeDAO
extends GrouperDAO

change log type data access methods


Method Summary
 void deleteEntriesAndTypesByCategoryAndAction(String category, String action)
          delete entries and types by category and action
 Set<ChangeLogType> findAll()
          find all change log types
 void saveOrUpdate(ChangeLogType changeLogType)
          insert or update an change log entry object
 

Method Detail

findAll

Set<ChangeLogType> findAll()
find all change log types

Returns:
all change log types

saveOrUpdate

void saveOrUpdate(ChangeLogType changeLogType)
insert or update an change log entry object

Parameters:
changeLogType -

deleteEntriesAndTypesByCategoryAndAction

void deleteEntriesAndTypesByCategoryAndAction(String category,
                                              String action)
delete entries and types by category and action

Parameters:
category -
action -