Extending the BC4J objects which has private methods

Hi,
I faced a situation which requires to extended the AM and CO of a page which has some private methods.
As we cant inherit the which private methods of a class I thought of using the same code in the extended class.
As it is not feasible solution n not upgrade safe we have not taken up the development..
Any one faced the same issue and any workaround on the same will be appreciated..
Thanks,
Nagu

Copy the private method code into your extended objects. Then it'll use the private methods in your extended code....

Similar Messages

  • Duplicated document with the smart object which has a DNG file inside it

    A TIFF file has a DNG file as a smart object inside it ...
    If you duplicate this file, the smart object can not be opened any more.
    Any idea?
    Thanks ...

    I've looked at it again for TIFF after reading your post ... it is working now

  • Last active change request of a object which has been transported

    Hi to all,
    I need a method to obtain the last active change request of a object which has been transported to the corresponding target system. I know that the CR tables are E070 and E071, but how can I know the last active and transported CR of each object? Any suggestion?
    Thank you very much,
    Antonio

    Hi Antonio, As u are aware that you can get TR information from E070 and E071 tables.From these two tables we can get the latest TR. In table E070 there are two fields with AS4DATE, AS4TIME.So, U can find the latest transported object on these two fileds.Also, u need to check the TRSTATUS field which specifies whether the object is transported ( R Released) or still Modifiable( Active as D).
    However this table will also contains subtasks and main request. This can be diffrentiated with the help of STRKORR field of E070. If blank then its a main req else its a subtask where the field would contain the Main Request No.
    Hope this would be of some help for u r development.
    Regards,
    Swaroop

  • Object function(){} has no method 'isElementatached toDocumentBody'

    Hi,
    obiapps 7963
    obiee 11115
    server linux and client windows7
    i had configured ebs with obiee
    when i open dashboard it shows 1st page data(tables and graphs) when i select 2nd page(tab) there is no change only first page displays
    and when i select prompt it displays below error
    Object function(){} has no method 'isElementatached toDocumentBody' on popup window
    any suggestion plzz

    I was contacted by Adobe regarding my error and I was informed that I was running two differen versions of jQuery at the same time which is a no, no. jQuery does not like to have multiple versions loaded at the same time, but if you needed to you could always run one after another, but it would take longer for the page to load. In my case I changed the embeded code in my lightbox under the "Join Our Mailing List". The embeded code uses jQuery version 1.4.4 while the jQuery version that Muse uses is version 1.8.3. To resolve this problem I simply change the 1.4.4 to being 1.8.3. While jQuery is not always backwards compatible, I was lucky on this item as it appears to be backwards compatiable.
    I would also like to note that I had originally placed my CSS for this code inline with the coding, but I then removed it and placed it in the head as this helped with some of the problems as well. It is always better to create seperate CSS and .js files and then have your code reference these files. I will work on this in the coming days.
    -John

  • Cannot save asset - Object [object global] has no method 'submitForm'

    Hi,
    I am getting following error message on the contributor UI everytime I create / save a flex asset. I am on 11G WCS.
    Object [object global] has no method 'submitForm'
    Anyone know how to fix this?
    thanks!

    It does seem like a Adobe code issue as I do not see any of
    your code in the trace stack.
    In the Adobe ListBase.as the line (1357) of code is commented
    as part of an if block. "if necessary, make the rows that will
    eventually be offscreen, above visible rows" There are a number of
    variables in the line and one or more of them is not defined. Thus
    that leads me to believe a timing problem with updating the
    DataGrid.
    However what code is listening to the event you are
    dispatching? Do you get there?

  • Object (which has non-serializable attr.) serialization

    i could not solve object serialization problem in anyway. how can this be performed without "java.io.NotSerializableException"?
    import java.awt.Image;
    import java.awt.Toolkit;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.ObjectOutputStream;
    import java.io.Serializable;
    public class Object2ByteArray {
        public static void main(String[] args) {
            Object2ByteArray obj2ba = new Object2ByteArray();
            AnObject anObj = obj2ba.new AnObject();
            try {
                ByteArrayOutputStream baos = new ByteArrayOutputStream();
                //FileOutputStream fos = new FileOutputStream("C:\\obj.file");
                ObjectOutputStream oos = new ObjectOutputStream(baos); //or (fos)
                baos.writeTo(oos);
                oos.writeObject(anObj);
                oos.flush();
                byte[] objInBytes = baos.toByteArray();
                System.out.println("An object (which has a non-serializable element[Image]) is written to ObjectOutputStream.");
            } catch (IOException e) {
                e.printStackTrace();
        public class AnObject implements Serializable {
            Image img = Toolkit.getDefaultToolkit().getImage("C:\\anil.jpg");
            int c = 10;
            String desc = null;
    }

    Hi,
    No, transient means that the attribute won't be sent over the stream. You usually declare fields that you don't want to send, or can't send as transient.
    /Kaj

  • How can i sync my iphone with itnes on a new pc.  when i tried to sync it said it will erase the contents on my iphone to sync with the new pc which has no contents

    my old pc was running low in memory and i don't have enough space to back up in order to instal iOS5.  so i got a new pc, installed itunes on it but when i tried to sync my iphone on the new pc, it said it'll erase all contents on my iphone and sync with the new pc which has no contents. it says iphone can only sync with one machine. 
    can you pls help

    Syncing to a new iTunes library or computer will erase your phone. Only if you back up your phone manually before syncing, you can restore your device from that backup again. A manual backup does not include the sync process.
    Do this:
    Disable autosync in iTunes, connect your phone to your new computer and right click on it in the device list and choose backup. iTunes will backup your device without syncing.
    Transfer your purchases the same way, choosing "transfer purchases" this time.
    When you connect your phone for the first time, all media content will be erased. But you can restore your settings and app data from your manual backup afterwards.
    Don't forget to set up at least one contact and event on your new computer to be able to merge calendars and contacts when you sync the iPhone for the first time.
    Music is one way only, from the computer to your device, unless you bought the songs in iTunes and transferred your purchases.
    There is 3rd party software out there, but not supported by Apple, see this thread: http://discussions.apple.com/thread.jspa?threadID=2013615&tstart=0
    About backups and what's saved:iTunes: About iOS backups
    How to back up and restore:http://support.apple.com/kb/HT1414
    How to download apps for free again:http://support.apple.com/kb/HT2519
    Saving other data is also described here. How to back up your data and set up as a new device
    You can also back up iTunes and restore it on your new computer How to back up your media in iTunes , but the iPhone will be erased anyway during the first sync.

  • I just updated my pages and now it won't load. This is on my iPad. The first version which has the latest version it can have 5.1 or something like that. I am trying to open a document and am worried that if I uninstall and reinstall I will lose all my do

    I just updated my pages and now it won't load. This is on my iPad. The first version which has the latest version it can have 5.1 or something like that. I am trying to open a document and am worried that if I uninstall and reinstall I will lose all my documents

    I just uninstalled it and am waiting for it to reinstall. I sincerely hope that I have not lost everything that I worked on so hard. Now that mobile me is gone, I have not been able to go between devices to transfer things. I was merely trying to take a document I had worked on and open it in pages, but it said my version was too old. When I updated, it wouldn't load. Now I cannot do anything. I hope that the reinstall fixes it without losing everything. Please advise!!! Yes, I am in panic mode.

  • Can no longer find my music and apps on itunes and when i try to sync it tells me its going to erase all that is in my phone and sync the new itunes which has nothing in it

    can no longer find my music and apps on itunes and when i try to sync it tells me its going to erase all that is in my phone and sync the new itunes which has nothing in it

    See Empty/corrupt library after upgrade/crash or
    Recover your iTunes library from your iPod or iOS device.
    tt2

  • HT1329 I wish to transfer all the music on my ipod (synced with my home computer) to my itunes on my work computer. Is this possible? I am concerned if I plug my ipod into the work computer, which has itunes but no music content, that it will automaticall

    I wish to transfer all the music on my ipod (synced with my home computer) to my itunes on my work computer. Is this possible? I am concerned if I plug my ipod into the work computer, which has itunes but no music content, that it will automatically sync and wipe all the content from ipod. Can anyone advise?

    Only if you use a third-party utility such as Phone to PC and only if you use the same Apple ID for your other computer.

  • HT1386 I have a new computer with windows 8.1.  I want to add the 52 Gb of music now on my old ipod to itunes on the computer.  I don't want to wipe out the files on the ipod by syncing to the new computer which has no music files on it yet!  How can I do

    I have a new computer with windows 8.1.  I want to add the 52 Gb of music now on my old ipod to itunes on the computer.  I don't want to wipe out the files on the ipod by syncing to the new computer which has no music files on it yet!  How can I do this?

    Apparently I wasn't clear.  The music on my ipod is but a subset of all the music on my external hard drives.  I want to import only the songs and playlists from my existing ipod into the itunes library on my new computer, which currently has no music or playlists.  How can I do this?

  • Not able to edit credit card because it asks for security code of the expired one which has been disposed

    Not able to edit credit card because it asks for security code of the expired one which has been disposed

    Try tapping on NONE and then tap on DONE to remove the payment information, then go back in and try to add the new card if you want one on the account.

  • Ever since I got the "new & improved" Firefox, I have had all kinds of problems the latest of which has left me without toolbars. How can I get back to the previous version?

    # Question
    Ever since I got the "new & improved" Firefox, I have had all kinds of problems the latest of which has left me without toolbars. How can I get back to the previous version? edit
    IS THIS A GAME?
    WHAT DETAILS DO YOU NEED?
    THE COMPUTER HAS WORKED FINE
    WITH THE OLD MOZILLA FIREFOX
    FOR YEARS.
    NO CHANGES HERE IN ANYTHING ELSE.

    Click the Firefox button, go to Add-ons, then Plugins and disable the following:<br><br>
    * Fun Web Products Plugin<br><br>
    * My Web Search<br><br>
    Both of these are adware/spyware and cause performance issues in Firefox.
    Next, click the Extensions menu link (above Plugins where you are) and remove the "Ask Toolbar".
    If the problem persists, please do the following:<br><br>
    #Click '''Help '''| '''Restart with Add-ons disabled'''.<br><br>
    #In the next menu which appears, checkmark: "'''Reset toolbars and Controls'''".<br><br>
    #Finally, click the button called "'''Make changes and restart'''".
    Just in case you weren't aware of it, you can right click the Back or Forward buttons to get a list of sites visited. If you'd like to see the return of the arrow on the Back button, install this add-on: https://addons.mozilla.org/en-US/firefox/addon/backforward-dropmarker/
    Last but not least, some of your plugins are seriously out of date which exposes your system to exploits. Please visit the [http://www.mozilla.com/en-US/plugincheck/ Plugins Check] page and update where necessary.
    See: http://www.adobe.com/support/security/bulletins/apsb11-08.html

  • The premise of which has been open

    For twenty years without an accident the premise of which has been open
    http://www.reddit.com/3bhd6v
    http://www.reddit.com/3bheb8
    https://www.reddit.com/3bhfay
    https://www.reddit.com/3bhg7j
    https://www.reddit.com/3bhhoh
    http://www.reddit.com/3bhijy
    http://www.reddit.com/3bhjfa
    http://www.reddit.com/3bhl4i
    http://www.reddit.com/3bhltm
    http://www.reddit.com/3bhs3f
    http://www.reddit.com/3bhssa
    http://www.reddit.com/3bhtky
    http://www.reddit.com/3bhub8
    https://www.reddit.com/3bhval
    https://www.reddit.com/3bhw3q
    https://www.reddit.com/3bhx11
    https://www.reddit.com/3bhxuv
    https://www.reddit.com/3bhytl
    https://www.reddit.com/3bhmk1/
    https://www.reddit.com/3bhn86/
    https://www.reddit.com/3bhnwx/
    https://www.reddit.com/3bi3ia/
    https://www.reddit.com/3bi4tf/
    http://www.pingpongforum.hu/dupert-bachelorette-season-11-episode-8-online-streaming
    http://www.pingpongforum.hu/dupert-teen-wolf-season-5-episode-1-online-streaming
    http://www.pingpongforum.hu/dupert-cut-epsiode-1-online-streaming
    http://www.pingpongforum.hu/dupert-pretty-little-liars-season-6-episode-5-online-streaming
    http://www.pingpongforum.hu/dupert-teen-wolf-season-5-episode-2-online-streaming
    http://www.pingpongforum.hu/kfilatepk-dope-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-dragon-ball-z-fukkatsu-no-f-resurrection-f-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-avengers-age-ultron-2-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-mad-max-fury-road-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-pitch-perfect-2-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-tomorrowland-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-san-andreas-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-entourage-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-inside-out-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-jurassic-world-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-fast-furious-7-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-spy-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-insidious-chapter-3-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-love-mercy-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-ted-2-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-max-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-terminator-genisys-online-free-full-film-regarder
    http://www.pingpongforum.hu/kfilatepk-magic-mike-xxl-online-free-full-film-regarder

    Apple ID Support
    http://www.apple.com/support/appleid/

  • Error. This extension cannot be installed, since it conflicts with an existing one. To install this extension, please remove the extension 'GuideGuide' which has been installed in", then install again.

    When I try to install GuideGuide extension this error message popups " This extension cannot be installed, since it conflicts with an existing one. To install this extension, please remove the extension 'GuideGuide' which has been installed in", then install again."
    Photoshop CC

    Hi,
    Have you ever uninstalled Photoshop CC and installed Photoshop CC 2014, or uninstalled Photoshop CC 2014 then installed Photoshop CC?
    If that, please re-install you uninstalled Photoshop, and remove GuideGuide from Extension Manager before uninstall.
    Another option is remove extension manager database file, then launch Extension Manager to install it.
    C:\ProgramData\Adobe\Extension Manager CC\Configuration\DB\ExMan.db (Windows)
    /Library/Application Support/Adobe/Extension Manager CC/Configuration/DB/ExMan.db (MAC)
    But please notice that all your previously installed extensions will not be shown in Extension Manager after you removed database file.

Maybe you are looking for

  • Error during creating a new class diagram

    Hi everbody, I'm using JDeveloper 10.1.3.3.0 with ADF Faces and Toplink. I'm exposing to an error message in JDeveloper while creating a new class diagram. The error message is shown in dialog and saying "The name of the element can not be set to 'pa

  • Error using transferTo function on VMS for long files

    Here is the code snippet that fails, as you can tell I am not giving all the code since it is not required to understand the problem. This occurs on OpenVMS Welcome to OpenVMS (TM) Alpha Operating System, Version V7.3-2 java version "1.4.2" Java(TM)

  • ITunes and App Store broken after recent update

    There were updates that appeared today for Epson and Lexmark printers, as well as a security fix.  I started it on one Mac in our studios and it's NOT happy on reboot.  None of our iCloud accounts can log in and we get errors trying to connect iTunes

  • Creation of asset master data

    hi sap gurus, i have a problem regarding saving of asset master data. while creating asset master data,-in time dependent tab the cost center it is comming correctly.but when i am saving it is giving ,the following error: you cannot save the asset(co

  • Error in CDS.log

    Hi Nakisa experts, The CDS.log shows a lot of errors similar to the one shown below, when I navigate through the Org Structure in Nakisa. Does anyone know where the problem could be? 24/11/2009 11:39:     ERROR: CommandProcessor.getDataSet : select H