com.retek.rsm.domain.security.dao
Class RoleFinder

java.lang.Object
  |
  +--com.retek.platform.domain.common.dao.HibernateFinder
        |
        +--com.retek.rsm.domain.security.dao.RoleFinder
All Implemented Interfaces:
com.retek.platform.domain.common.dao.Finder

public class RoleFinder
extends com.retek.platform.domain.common.dao.HibernateFinder


Field Summary
 
Fields inherited from class com.retek.platform.domain.common.dao.HibernateFinder
LOG
 
Constructor Summary
RoleFinder()
           
 
Method Summary
protected  com.retek.platform.domain.common.dao.QueryDefinition prepareQueryDefinition(com.retek.platform.util.type.SearchCriteria criteria)
           
 
Methods inherited from class com.retek.platform.domain.common.dao.HibernateFinder
find, getChildCollectionName, getJustClassName, makeWherePortionWithList, makeWherePortionWithListOfStrings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleFinder

public RoleFinder()
Method Detail

prepareQueryDefinition

protected com.retek.platform.domain.common.dao.QueryDefinition prepareQueryDefinition(com.retek.platform.util.type.SearchCriteria criteria)
Specified by:
prepareQueryDefinition in class com.retek.platform.domain.common.dao.HibernateFinder