org.kuali.rice.krad.service.impl
Class InactivationBlockingDisplayServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.service.impl.InactivationBlockingDisplayServiceImpl
All Implemented Interfaces:
InactivationBlockingDisplayService

public class InactivationBlockingDisplayServiceImpl
extends Object
implements InactivationBlockingDisplayService

This is a description of what this class does - wliang don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
InactivationBlockingDisplayServiceImpl()
           
 
Method Summary
 List<String> displayAllBlockingRecords(Object blockedBo, InactivationBlockingMetadata inactivationBlockingMetadata)
          Retrieves a List of Strings representing each record that blocks the inactivation of blockedDataObject
protected  BusinessObjectAuthorizationService getBusinessObjectAuthorizationService()
           
protected  Map<String,Formatter> getFormattersForPrimaryKeyFields(Class<?> boClass)
          Deprecated. 
protected  LegacyDataAdapter getLegacyDataAdapter()
           
 List<String> listAllBlockerRecords(BusinessObject blockedBo, InactivationBlockingMetadata inactivationBlockingMetadata)
          Retrieves a List of Strings representing each record that blocks the inactivation of blockedBo
 void setDataDictionaryService(DataDictionaryService dataDictionaryService)
           
 void setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InactivationBlockingDisplayServiceImpl

public InactivationBlockingDisplayServiceImpl()
Method Detail

listAllBlockerRecords

public List<String> listAllBlockerRecords(BusinessObject blockedBo,
                                          InactivationBlockingMetadata inactivationBlockingMetadata)
Description copied from interface: InactivationBlockingDisplayService
Retrieves a List of Strings representing each record that blocks the inactivation of blockedBo

Specified by:
listAllBlockerRecords in interface InactivationBlockingDisplayService
inactivationBlockingMetadata - the blocking relationship
Returns:
list of blocking records

displayAllBlockingRecords

public List<String> displayAllBlockingRecords(Object blockedBo,
                                              InactivationBlockingMetadata inactivationBlockingMetadata)
Description copied from interface: InactivationBlockingDisplayService
Retrieves a List of Strings representing each record that blocks the inactivation of blockedDataObject

Specified by:
displayAllBlockingRecords in interface InactivationBlockingDisplayService
inactivationBlockingMetadata - the blocking relationship
Returns:
list of all bocking records

getFormattersForPrimaryKeyFields

@Deprecated
protected Map<String,Formatter> getFormattersForPrimaryKeyFields(Class<?> boClass)
Deprecated. 


setDataDictionaryService

public void setDataDictionaryService(DataDictionaryService dataDictionaryService)

getBusinessObjectAuthorizationService

protected BusinessObjectAuthorizationService getBusinessObjectAuthorizationService()

setLegacyDataAdapter

public void setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)

getLegacyDataAdapter

protected LegacyDataAdapter getLegacyDataAdapter()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.