Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Inheriting Matrectrans

From: amir samir (2012-09-05 14:41)

Dear Experts ,
 What is the correct way to extend MatRecTrans and MatRecTransSet 
I have created :
MatRecTransBS
MatRecTransBSRemote
MatRecTransBSSet
MatRecTrans BSSetRemote 
with package name "psdi.custom.ineventory"
But finally I'm facing errors like some function is not visible.
what i'm trying to achieve is extend save() method to check for custom flag and i need to be able to use 
super.save() to save the record without get throw the save method of the MatRecTrans.save() as it violate my customization.
So any ideas 
Amir