All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
Sets default values for a new RelatedRecord
|
void |
appValidate()
checks for the duplicated related records for a given ticket.
|
void |
canDelete()
Method that checks whether a relatedRecord can be deleted or not.
|
void |
canEdit()
Method that checks whether a relatedRecord can be deleted or not.
|
protected void |
checkDuplicateRelatedRec(boolean relatedTicket,
java.lang.String relRecKey,
java.lang.String relRecclass,
java.lang.String relRecSite)
checks for the duplicated related records.
|
protected void |
checkOwnRelatedRec(java.lang.String relRecKey,
java.lang.String relRecclass,
java.lang.String relRecSite)
/**
A ticket cannot relate to itself
|
protected void |
copyRelatedRecSiteOrg(MboRemote relatedRecordMbo)
copies the siteid and orgid of the related ticket or workorder to the RelatedRecord's
"relatedrecsiteid" and "relatedrecorgid".
|
void |
delete(long accesscheck)
checks for the for the other way
|
java.lang.String |
getMatchingRelateType()
IV75923: the RELATETYPE to be used when this RELATEDRECORD is creating another RELATEDRECORD,
copying the logic from the add() method.
|
void |
init()
init()
|
void |
relateGlobal(MboRemote ticketGlobal)
Relates the record to a Global ticket
|
void |
undelete()
checks for the for the other way
|
protected MboRemote |
validateRelTkIdAndRelTkClass(boolean relatedTicket,
java.lang.String relRecKey,
java.lang.String relRecclass,
java.lang.String relRecSite)
Checks whether the entered combination of relatedreckey and relatedrecclass exists
or not.
|