public void delete(long modifier)
throws java.rmi.RemoteException,
MXException
override delete. If the PMSequence chosen for delete is the jpnum on the owner PM,
clear of the JPNUM field on the ownerPM after deleting the pmsequence record and copy the next
jobplan in sequence for use.
modifier - The bitwise flag specified to determine
if certain normal security checks are to be
bypassed for this delete request.
For example:
if the accessModifer is NOACCESSCHECK, then the
check for the object's NODELETE flag and the
call to the object's canDelete() method
will not be performed.
If the accessModifer is NONE, then all the
access checks are performed before this object
is marked delete.
public void canDelete()
throws MXException,
java.rmi.RemoteException
Method that checks whether a PMSequence can be deleted or not.
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the job plan sequence record is deleted
Save the object and other linked objects.
Subclasses can code their save() logic to include any appropriate updates
to other linked objects and call super.save().