All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
boolean |
checkWFEnabled()
This method checks whether to start the workflow process.
|
void |
deleteInvReserves()
When a work order is cancelled, unapproved, or completed/closed, all of the
InvReserve Mbos are deleted.
|
void |
findAllDraftMRsForCurrentUser()
Finds all draft mr's for the current user.
|
void |
findAllDraftMRsForPersonCode(java.lang.String personCode)
Finds all draft mr's for the specified user.
|
void |
findAllMRsForCurrentUser()
Finds all mrs for the current user.
|
void |
findAllMRsForPersonCode(java.lang.String personCode)
Finds all mrs for the specified user.
|
void |
findAllOpenMRs()
This method retrives all the open MRs in the database irrespective of the user who created it.It also includes the \
condition that the MRs are not waiting for approval do not have their history flags set(to "YES").
|
void |
findAllOpenMRsForCurrentUser()
Finds all open mr's for the current user.
|
void |
findAllOpenMRsForPersonCode(java.lang.String personCode)
Finds all open mr's for the specified user.
|
void |
findAllReceivingMRs()
This method retrieves all MRs irrespective of the user who created it but the MR must satisfy the following condition
They must have a corresponding POLINE with the receiptscomplete flag on this POLINE set to false.
|
void |
findAllReceivingMRsForCurrentUser()
This method retrieves all MRs created by the current user if those MRs satisfy the following condition
They must have a corresponding POLINE with the receiptscomplete flag on this POLINE set to false.
|
void |
findAllRecurringMRs()
Find all Recurring MR's.
|
void |
findAllRecurringMRsForCurrentUser()
Finds all recurring mr's for the current user.
|
void |
findAllRecurringMRsForPersonCode(java.lang.String personId)
Finds all recurring mr's for the specified user.
|
void |
findMR(java.lang.String mrnum)
Find an mr based on mrnum.
|
void |
reset()
reset method is overriden to set back the flags related to WorkFlow to the default
values.
|