org.kuali.kfs.module.cam.document.service.impl
Class AssetComponentServiceImpl
java.lang.Object
org.kuali.kfs.module.cam.document.service.impl.AssetComponentServiceImpl
- All Implemented Interfaces:
- AssetComponentService
@Transactional
public class AssetComponentServiceImpl
- extends Object
- implements AssetComponentService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetComponentServiceImpl
public AssetComponentServiceImpl()
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.