org.kuali.kfs.fp.document.service.impl
Class TransferOfFundsServiceImpl

java.lang.Object
  extended by org.kuali.kfs.fp.document.service.impl.TransferOfFundsServiceImpl
All Implemented Interfaces:
TransferOfFundsService

public class TransferOfFundsServiceImpl
extends Object
implements TransferOfFundsService

The default implementation of the TransferOfFundsService


Constructor Summary
TransferOfFundsServiceImpl()
           
 
Method Summary
protected  boolean checkMandatoryTransfersSubType(String objectSubTypeCode, String parameterName)
          Helper method for checking the isMandatoryTransfersSubType() and isNonMandatoryTransfersSubType().
 org.kuali.rice.kns.service.ParameterService getParameterService()
          Gets the parameterService attribute.
 boolean isMandatoryTransfersSubType(String objectSubTypeCode)
          This method determines whether an object sub-type code is a mandatory transfer or not.
 boolean isNonMandatoryTransfersSubType(String objectSubTypeCode)
          This method determines whether an object sub-type code is a non-mandatory transfer or not.
 void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
          Sets the parameterService attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferOfFundsServiceImpl

public TransferOfFundsServiceImpl()
Method Detail

isMandatoryTransfersSubType

public boolean isMandatoryTransfersSubType(String objectSubTypeCode)
Description copied from interface: TransferOfFundsService
This method determines whether an object sub-type code is a mandatory transfer or not.

Specified by:
isMandatoryTransfersSubType in interface TransferOfFundsService
Returns:
True if it is a manadatory transfer, false otherwise.
See Also:
TransferOfFundsService.isMandatoryTransfersSubType(java.lang.String)

isNonMandatoryTransfersSubType

public boolean isNonMandatoryTransfersSubType(String objectSubTypeCode)
Description copied from interface: TransferOfFundsService
This method determines whether an object sub-type code is a non-mandatory transfer or not.

Specified by:
isNonMandatoryTransfersSubType in interface TransferOfFundsService
Returns:
True if it is a non-mandatory transfer, false otherwise.
See Also:
TransferOfFundsService.isNonMandatoryTransfersSubType(java.lang.String)

checkMandatoryTransfersSubType

protected boolean checkMandatoryTransfersSubType(String objectSubTypeCode,
                                                 String parameterName)
Helper method for checking the isMandatoryTransfersSubType() and isNonMandatoryTransfersSubType().

Parameters:
objectSubTypeCode -
parameterName -
Returns:
boolean

getParameterService

public org.kuali.rice.kns.service.ParameterService getParameterService()
Gets the parameterService attribute.

Returns:
Returns the parameterService.

setParameterService

public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value.

Parameters:
parameterService - The parameterService to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.