Class AccountabilityServiceImpl
java.lang.Object
com.ptc.windchill.associativity.accountability.AccountabilityServiceImpl
- All Implemented Interfaces:
AccountabilityService
Deprecated.
The service class for performing different operations on the Smart Collection.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongenerateConfigurationMap(AccountabilityMap sourceAccMap) Deprecated.This API will create a new Smart Collection from the source.Deprecated.
Supported API: true
getAccountabilityMaps(WTPart part) Deprecated.
Supported API: true
revise(Collection<AccountabilityMap> sourceSmartColls) Deprecated.This API will revise source Smart Collection.
-
Method Details
-
generateConfigurationMap
public AccountabilityReport generateConfigurationMap(AccountabilityMap sourceAccMap) throws WTException Deprecated.This API will create a new Smart Collection from the source.
Supported API: true
- Specified by:
generateConfigurationMapin interfaceAccountabilityService- Parameters:
configBean-- Returns:
- Throws:
WTExceptionWTPropertyVetoException
-
getAccountabilityMaps
Deprecated.
Supported API: true
- Specified by:
getAccountabilityMapsin interfaceAccountabilityService- Parameters:
part-- Returns:
- Set
- Throws:
WTException
-
getAccountabilityMapRefs
Deprecated.
Supported API: true
- Specified by:
getAccountabilityMapRefsin interfaceAccountabilityService- Parameters:
part-- Returns:
- Set
- Throws:
WTException
-
revise
public AccountabilityReport revise(Collection<AccountabilityMap> sourceSmartColls) throws WTException Deprecated.This API will revise source Smart Collection. This API will carry forward the contents of source smart collection as is to target smart collection.
Supported API: true
- Specified by:
revisein interfaceAccountabilityService- Parameters:
sourceAccMap-- Returns:
- Throws:
WTException
-
AccountabilityServiceusingAssociativityServiceLocator.getAccountabilityService()