Click or drag to resize

serviceContractEntry Methods

The serviceContractEntry type exposes the following members.

Methods
  NameDescription
Public methodabout (Overrides baseServiceSLabout.)
Public methodbaseGetLOVByType
(Inherited from baseServiceSL.)
Public methodbaseGetNextCounter
(Inherited from baseServiceSL.)
Public methodcalculateSMContractBill
Generates SMContractBill lines
Public methodcalculateSMContractBillAsDataSet
Generates SMContractBill lines
Public methodcalculateSMContractRev
Generates SMContractRev lines
Public methodcalculateSMContractRevAsDataSet
Generates SMContractRev lines
Public methodDispose
Releases all resources used by the MarshalByValueComponent.
(Inherited from MarshalByValueComponent.)
Public methodeditNote
Edits a note for smcontract or smcontractrev. Requires noteLevel:Contract,Revenue;actionTypes:ADD,UPDATE,VALIDATEONLY
Public methodeditNoteAsDataSet
Edits a note for contract or contractRev. Requires noteLevel:Contract,Revenue;actionTypes:ADD,UPDATE,VALIDATEONLY
Public methodeditScreen
Edits all the records for the service contract entry screen.
Public methodeditsmConReversal
Edits the records for the smConReversal table.
Public methodeditSMContract
Edits the records for the SMContract table.
Public methodeditsmContractBill
Edits the records for the SMContractBill table.
Public methodeditsmContractRev
Edits the records for the SMContractRev table.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodgetAccountsByAcct
Searches for accounts based on acct
Public methodgetBranchesByBranchID
Searches for branches based on branchID
Public methodgetClientIP (Inherited from baseServiceSL.)
Public methodgetContractsByContractID
Searches for contractIDs based on contractID
Public methodgetContractTypesByAgreementTypeID
Searches for agreementTypeIDs based on agreementTypeID
Public methodgetCustomersByCustID
Searches for customers based on custID
Public methodgetDBConnection (Inherited from baseServiceSL.)
Public methodgetEscalationIDsByEscalationCode
Searches for escalationIDs based on escalationCode
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetMasterControlIDsByMasterID
Searches for masterIDs based on masterID
Public methodgetNewContractID
Gets a new unique contractID
Public methodgetNewscreen
Gets a new default screen based on the passed template
Public methodgetNewsmConReversal
Gets a new smConReversal based on the passed template
Public methodgetNewSMContract
Gets a new default SMContract based on the passed template
Public methodgetNewsmContractBill
Gets a new default smContractBill based on the passed template
Public methodgetNewsmContractRev
Gets a new smContractRev based on the passed template
Public methodgetNewSnote
Gets a new default Snote based on the passed template
Public methodgetSalespersonsBySlsperID
Searches for salespersons based on slsPerID
Public methodgetScreenByContractID
Retrieves a Screen object for this class using the passed contractID
Public methodGetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
Public methodgetServiceContractEntryScreenListAsDataSet
Calls: xct_spDSLgetServiceContractEntryScreenList
Public methodgetSiteIDsByCustIDAndShipToID
Searches for smSoAddresses based on custID and shipToID
Public methodgetSubAccountsByID
Searches for GL subaccounts based on ID
Public methodgetTechniciansByEmployeeID
Searches for technicians based on employeeID
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisTransaction (Inherited from baseServiceSL.)
Public methodlogErrorMessage
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile" if the file is not specified in web.config, then no logging will occur writes the passed errormessage to the log file
(Inherited from baseServiceSL.)
Public methodlogErrorObject
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile" if the file is not specified in web.config, then no logging will occur loops through the passed in System.Exception object and writes the messages
(Inherited from baseServiceSL.)
Public methodoES
Internal use only, not external support
(Inherited from baseServiceSL.)
Public methodping
(Inherited from baseServiceSL.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from MarshalByValueComponent.)
Top
See Also