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

java.lang.Object
  extended bycom.retek.rsm.domain.common.dao.SqlFinder
      extended bycom.retek.rsm.domain.security.dao.UserRoleFinder
All Implemented Interfaces:
com.retek.platform.domain.common.dao.Finder

public class UserRoleFinder
extends SqlFinder


Field Summary
 
Fields inherited from class com.retek.rsm.domain.common.dao.SqlFinder
LOG
 
Constructor Summary
UserRoleFinder()
           
 
Method Summary
protected  java.lang.String getAliasName()
           
protected  java.lang.Class getBusinessObjectImplClass()
           
protected  com.retek.platform.domain.common.dao.QueryDefinition prepareQueryDefinition(com.retek.platform.util.type.SearchCriteria criteria)
           
 
Methods inherited from class com.retek.rsm.domain.common.dao.SqlFinder
find, getJustClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRoleFinder

public UserRoleFinder()
Method Detail

prepareQueryDefinition

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

getAliasName

protected java.lang.String getAliasName()
Specified by:
getAliasName in class SqlFinder

getBusinessObjectImplClass

protected java.lang.Class getBusinessObjectImplClass()
Specified by:
getBusinessObjectImplClass in class SqlFinder