com.retek.component.security.impl.persistence
Interface UserDao

All Known Implementing Classes:
CacheUserDao, OracleUserDao

public interface UserDao


Method Summary
 ReferenceCache createReferenceCacheForUser()
           
 java.lang.String findBootstrapUserPassword()
           
 RDate findLatestUserUpdateTime(SecurityBatchType batchType)
           
 java.util.Set findUsers(UserSearchCriteria searchCriteria)
           
 UserDto persist(UserDto dto)
           
 UserDto read(DistributedReference ref)
           
 void recordLatestUserUpdateTime(SecurityBatchType batchType, RDate date)
           
 

Method Detail

createReferenceCacheForUser

public ReferenceCache createReferenceCacheForUser()
                                           throws SystemException
Throws:
SystemException

read

public UserDto read(DistributedReference ref)
             throws SystemException
Throws:
SystemException

persist

public UserDto persist(UserDto dto)
                throws SystemException
Throws:
SystemException

findUsers

public java.util.Set findUsers(UserSearchCriteria searchCriteria)
                        throws SystemException
Throws:
SystemException

recordLatestUserUpdateTime

public void recordLatestUserUpdateTime(SecurityBatchType batchType,
                                       RDate date)
                                throws SystemException
Throws:
SystemException

findLatestUserUpdateTime

public RDate findLatestUserUpdateTime(SecurityBatchType batchType)
                               throws SystemException
Throws:
SystemException

findBootstrapUserPassword

public java.lang.String findBootstrapUserPassword()
                                           throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28