Table Description
Contract Service Link: A contract for a service supplied by a service supplier.

Technical Notes

Optimistic locking is not required for this table as the data is never modified.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Concern::Entity Objects::ContractServiceLink::ContractServiceLink
Controlling File: core\model\Packages\Concern\ContractServiceLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
contractServiceLinkIDkeynoUnique identifier for this contractServiceLinkID recordCONTRACT_SERVICE_LINK_ID SVR_INT64
serviceIDdetailsnounique identifier for the ServiceSERVICE_ID SVR_INT64
contractIDdetailsnounique identifier for the contractCONTRACT_ID SVR_INT64
Foreign Keys (2)
ChildParent
ContractServiceLink.contractIDContract.contractID
ContractServiceLink.serviceIDService.serviceID
Indices (2)
Index NameAttributes
CSLinkIndex1contractID
ServContractIndexserviceID, contractID, contractServiceLinkID
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
searchByServiceIDnsreadmulti Reads a list of the Contract Service Links for a specified service 
removeServiceLinksnsremove Removes Service links from the service links entity 
searchServicesCoverednsmulti Read the list of services covered by a service ContractSQL
searchServicesNotCoverednsmulti Reads a list of the services supplied by a Service Supplier but not covered by the current contractSQL
removeServiceFromContractnsremove Entity operation to remove a service from a service suppliers contract. 
Related Pages (6)