org.kuali.kfs.module.cam.document.service.impl
Class AssetComponentServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.cam.document.service.impl.AssetComponentServiceImpl
All Implemented Interfaces:
AssetComponentService

@Transactional
public class AssetComponentServiceImpl
extends Object
implements AssetComponentService


Constructor Summary
AssetComponentServiceImpl()
           
 
Method Summary
 AssetComponentDao getAssetComponentDao()
           
 Integer getMaxSequenceNumber(AssetComponent assetComponent)
          Finds out the maximum sequence number available for an asset component with respect to an asset
 void setAssetComponentDao(AssetComponentDao assetComponentDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetComponentServiceImpl

public AssetComponentServiceImpl()
Method Detail

getAssetComponentDao

public AssetComponentDao getAssetComponentDao()

setAssetComponentDao

public void setAssetComponentDao(AssetComponentDao assetComponentDao)

getMaxSequenceNumber

public Integer getMaxSequenceNumber(AssetComponent assetComponent)
Description copied from interface: AssetComponentService
Finds out the maximum sequence number available for an asset component with respect to an asset

Specified by:
getMaxSequenceNumber in interface AssetComponentService
Parameters:
assetComponent - Asset Component class
Returns:
Maximum value of component sequence
See Also:
AssetComponentService.getMaxSequenceNumber(org.kuali.kfs.module.cam.businessobject.AssetComponent)


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