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

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

public class UserLoginInfoFinder
extends SqlFinder


Field Summary
 
Fields inherited from class com.retek.rsm.domain.common.dao.SqlFinder
LOG
 
Constructor Summary
UserLoginInfoFinder()
           
 
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

UserLoginInfoFinder

public UserLoginInfoFinder()
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