public class IdentityArchiveServiceImpl extends Object implements IdentityArchiveService, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
IdentityArchiveService| Constructor and Description |
|---|
IdentityArchiveServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
schedule the writer on the KSB scheduled pool.
|
void |
destroy()
flush the write queue immediately.
|
void |
flushToArchive() |
org.kuali.rice.kim.api.identity.entity.EntityDefault |
getEntityDefaultFromArchive(String entityId) |
org.kuali.rice.kim.api.identity.entity.EntityDefault |
getEntityDefaultFromArchiveByEmployeeId(String employeeId) |
org.kuali.rice.kim.api.identity.entity.EntityDefault |
getEntityDefaultFromArchiveByPrincipalId(String principalId) |
org.kuali.rice.kim.api.identity.entity.EntityDefault |
getEntityDefaultFromArchiveByPrincipalName(String principalName) |
void |
saveEntityDefaultToArchive(org.kuali.rice.kim.api.identity.entity.EntityDefault entity) |
void |
setBusinessObjectService(BusinessObjectService businessObjectService) |
void |
setKualiConfigurationService(ConfigurationService kualiConfigurationService) |
void |
setTransactionManager(org.springframework.transaction.PlatformTransactionManager txMgr) |
public IdentityArchiveServiceImpl()
public org.kuali.rice.kim.api.identity.entity.EntityDefault getEntityDefaultFromArchive(String entityId)
getEntityDefaultFromArchive in interface IdentityArchiveServicepublic org.kuali.rice.kim.api.identity.entity.EntityDefault getEntityDefaultFromArchiveByPrincipalId(String principalId)
getEntityDefaultFromArchiveByPrincipalId in interface IdentityArchiveServicepublic org.kuali.rice.kim.api.identity.entity.EntityDefault getEntityDefaultFromArchiveByPrincipalName(String principalName)
getEntityDefaultFromArchiveByPrincipalName in interface IdentityArchiveServicepublic org.kuali.rice.kim.api.identity.entity.EntityDefault getEntityDefaultFromArchiveByEmployeeId(String employeeId)
getEntityDefaultFromArchiveByEmployeeId in interface IdentityArchiveServicepublic void saveEntityDefaultToArchive(org.kuali.rice.kim.api.identity.entity.EntityDefault entity)
saveEntityDefaultToArchive in interface IdentityArchiveServicepublic void flushToArchive()
flushToArchive in interface IdentityArchiveServicepublic void setBusinessObjectService(BusinessObjectService businessObjectService)
public void setKualiConfigurationService(ConfigurationService kualiConfigurationService)
public void setTransactionManager(org.springframework.transaction.PlatformTransactionManager txMgr)
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.