Call a getter

Hi I've looked through the threads but can't find an answer to my question:
1. How to i call a setter method when i press a button on an ADF form to set one of the text item values in the class variable?
2. How do i get this value to output on the new ADF form?
I have the getters and setters but i just don't know how to call them from within the code, any help please?

Are you talking about a Swing UI or JSF UI?
Where is the getter you want to call? Is it in a backing/managed bean or in your business services (model) layer
Generally speaking, when you double click on a button, jdeveloper will create a method and class for you. Assuming your "class" is visible you can all that get/set method.
If you want to call a method on your (e.g. in ADF BC) application module, you have to expose that to the client.
Hope that helps.
Grant

Similar Messages

  • Having a problem with iphone 4S. Phone calls are getting dropped and cutting in and out.

    I seem to have very little or no service at all recently.
    All my calls are cutting in and out or hanging up in the middle of a conversation. I have to stand in the corner or my kitchen to get a clear call or get at least 2 bars.
    I called Verizon yesterday and tried a few things they suggested but nothing worked.
    I dont have another phone to call them back on since they suggest we call from a different phone until the late evening. Someone was supposed to call my back and never did.
    Not sure on what else to do.
    I am extremely frustrated and annoyed that I cant even really use my phone.
    HELP

    If the on/off switch does not work, that is a hardware problem. The other problems may be related to a hardware problem or faulure as well.
    Make an appointment at an Apple store if there is one nearby to confirm.

  • HT4245 i use a macbook pro which came with facetime i have an iphone 4S as well. whenever i use the wireless on my iphone i can facetime with ease however when i use the same wireless for my mac to facetime the call always gets disconnected.

    i use a macbook pro which came with facetime i have an iphone 4S as well. whenever i use the wireless on my iphone i can facetime with ease however when i use the same wireless for my mac to facetime the call always gets disconnected.

    To use factime on your Mac, I believe you will need to use your email address to do so instead of your wireless number.  Since you can't make calls on the Mac.

  • Call waiting gets turned off on its own.

    i bought an iphone 4s . i am facing a problem that is my call waiting gets off on its own. even though i turn it on it gets turned off after few mins so plz could some1 help

    You may want to contact your cellular service provider.

  • When my wife receives a call and her screen is locked she gets two choices. Remind me and answer. When I get a call, I get 3 buttons. Remind me, message and answer. Both are iPhone 4S with ios7.

    When my wife receives a call and her screen is locked she gets two choices. Remind me and answer. When I get a call, I get 3 buttons. Remind me, message and answer. Both are iPhone 4S with ios7. Is there some setting to fix this? I thought the phones were set up identically.
    Thanks.

    Glad it helped. I only remembered it was there because I'd just been checking something else in that screen.
    Best of luck.

  • Help on stuttering video after FMS call Stream.get('liveBroadcastStream').play('liveFeedFromFMLE', -

    Hi,
    We recently encountered a very strange issue that we urgently need help:
    With FMS 3.5, we created a new live application according to relevant documentations. Within this application (main.asc), on periodically basis (e.g. 45 seconds), we use Stream.get('liveBroadcastStream').play('liveFeedFromFMLE', -1, -1, true) to (potentially) switch between different live feeds published by different FMLE. All work like charm except one annoying/important issue: sometimes (but not always), after a server-side call of Stream.play, we see severe stuttering/choppy video from flash client player.
    Any help that will lead to the resolution of the problem will be greatly appreciated!
    Some background information:
    1. All testing were done within LAN environment with just a few machines which mean loads were very low; so we can rule out bandwidth insufficiency issue. Also CPU usages were low across all computers involved.
    2. The stuttering and choppyness occurs with the 'liveBroadcastStream', not with the source stream which is 'liveFeedFromFMLE'. In other words, we used flash player to check out the source stream, and it looked fine.
    3. When the video was jerky, the accompanying audio sounded OK.
    4. We tried to set the flash client buffer length to be 15 seconds, and it did not help.
    5. The stuttering occurs immediately after the Stream.play function call.
    6. The described sympton occurs quite often, but not always. We were not able to identify the exact cause. It does not seem to show any easy clue.
    7. In the repro case, we called Stream.get('liveBroadcastStream').play('liveFeedFromFMLE', -1, -1, true)  every 45 seconds with no parameter changes.
    Again, we are urgently waiting for professional help!
    Regards.
    Xiaohai

    Thanks for your info. We are desparate for any help that we can get. We will do as you said, but it is a semi-production scenario and we are not allowed to set up debugging scenarios often.
    We have spent tremendous amount of time trying to flush out the issue with no luck. What really frustrated us is that our application scenario is really simple, and yet it won't work as expected. We have downgraded to FMS 3.0.1 and it performs a bit better than 3.5. We have issue with 3.0.1 too. The stuttering video is still there, but player recovers eventually. That is the best we can get so far. As we investigate more, we become more convinced that FMS's stability is not up to production quality (sorry).
    I simplified our application to the following and it is still problematic (pseudo codes):
    Prerequisite: stream 'liveStream1' and 'liveStream2' published from to FMLE
    FMS server side codes (pseudo codes):
    function onPeriodicalCall ()
            if (application.currentStream == 'liveStream1')
                 applicatin.currentStream = 'liveStream2')
            else
              application.currentStream = 'liveStream1'
            Stream.get('liveBroadCast').play(application.currentStream, -1, -1, true);
    application.onStart = function () {
         setInterval (120, onPeriodicalCall);
    With the above codes, the players shows stuttering video with each .play call. And sometimes, clients even could not play anything. When client can not play anything, we found it correlates to netstream not getting into data start mode (e.g. normally unpublish, stop, publish, start, but sometimes it only gives unpublish stop publish, thus lacking 'start').

  • Help on stuttering video after FMS call Stream.get('liveBroadcastStream').play('liveFeedFromFMLE', -1, -1, true)

    Hi,
    We recently encountered a very strange issue that we urgently need help:
    With FMS 3.5, we created a new live application according to relevant documentations. Within this application (main.asc), on periodically basis (e.g. 45 seconds), we use Stream.get('liveBroadcastStream').play('liveFeedFromFMLE', -1, -1, true) to (potentially) switch between different live feeds published by different FMLE. All work like charm except one annoying/important issue: sometimes (but not always), after a server-side call of Stream.play, we see severe stuttering/choppy video from flash client player.
    Any help that will lead to the resolution of the problem will be greatly appreciated!
    Some background information:
    1. All testing were done within LAN environment with just a few machines which mean loads were very low; so we can rule out bandwidth insufficiency issue. Also CPU usages were low across all computers involved.
    2. The stuttering and choppyness occurs with the 'liveBroadcastStream', not with the source stream which is 'liveFeedFromFMLE'. In other words, we used flash player to check out the source stream, and it looked fine.
    3. When the video was jerky, the accompanying audio sounded OK.
    4. We tried to set the flash client buffer length to be 15 seconds, and it did not help.
    5. The stuttering occurs immediately after the Stream.play function call.
    6. The described sympton occurs quite often, but not always. We were not able to identify the exact cause. It does not seem to show any easy clue.
    7. In the repro case, we called Stream.get('liveBroadcastStream').play('liveFeedFromFMLE', -1, -1, true)  every 45 seconds with no parameter changes.
    Again, we are urgently waiting for professional help!
    Regards.
    Xiaohai

    Thanks for your info. We are desparate for any help that we can get. We will do as you said, but it is a semi-production scenario and we are not allowed to set up debugging scenarios often.
    We have spent tremendous amount of time trying to flush out the issue with no luck. What really frustrated us is that our application scenario is really simple, and yet it won't work as expected. We have downgraded to FMS 3.0.1 and it performs a bit better than 3.5. We have issue with 3.0.1 too. The stuttering video is still there, but player recovers eventually. That is the best we can get so far. As we investigate more, we become more convinced that FMS's stability is not up to production quality (sorry).
    I simplified our application to the following and it is still problematic (pseudo codes):
    Prerequisite: stream 'liveStream1' and 'liveStream2' published from to FMLE
    FMS server side codes (pseudo codes):
    function onPeriodicalCall ()
            if (application.currentStream == 'liveStream1')
                 applicatin.currentStream = 'liveStream2')
            else
              application.currentStream = 'liveStream1'
            Stream.get('liveBroadCast').play(application.currentStream, -1, -1, true);
    application.onStart = function () {
         setInterval (120, onPeriodicalCall);
    With the above codes, the players shows stuttering video with each .play call. And sometimes, clients even could not play anything. When client can not play anything, we found it correlates to netstream not getting into data start mode (e.g. normally unpublish, stop, publish, start, but sometimes it only gives unpublish stop publish, thus lacking 'start').

  • Need help purchased ppv event it gave me error asked if I wanted to try again I did looked at bank account it charged me twice. Is there no to call to get credit or how do I get my money back

    Made ppv purchase it charged me twice for same purchase is there a number to call to get credit ? How do I get credit?

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Api call to get perspectives?

    hi,
    does anyone know API call to get perspective(s) of
    current page - or more specifically, of items on
    the current page?
    thanks
    kev

    I've used two different methods to get the url of the page a portlet is currently on depending on the type of portlet it is.
    In a portal component's Additional PL/SQL Code section, use p_page_url. Example:
    BEGIN
    htp.p(p_page_url);
    END;In a custom PL/SQL portlet, use p_portlet_record.page_url. Example:
    schema.procedurename(p_portlet_record.page_url);

  • I have an iphone 3gs, and i keep getting blocked number calling me (prank calls) im getting really fed up with it all now i have had 12 calls from the same person! i was just wondering if there is any way i could block this caller from calling me?

          i have an iphone 3gs, and i keep getting blocked number calling me (prank calls) im getting really fed up with it all now i have had 12 calls from the same person! i was just wondering if there is any way i could block this caller from calling me?

    Contact your carrier and ask them.

  • No point of using Skype.. calls are getting drop f...

    No point of using Skype.. calls are getting drop frequently..
    I have waisted time and money too here.
    My calls are getting dropped again and again.. now i am thinking how to finish available balance.
    anybody can suggest me how to use my rest money because calling someone is not worth.

    Please,  run the DirectX diagnostics tool. Go to Windows Start  and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post. Be aware that you will have to zip this file before attaching it here.

  • HT201195 Who can I call about getting help with redeeming my iTunes card?

    Title is pretty self explanatory: Who can I call about getting help with redeeming my iTunes card?

    There isn't a phone number for iTunes Support, you can contact them via this page (you will probably need to give them images of the front and back of the card, and possibly its receipt) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes

  • Rest calls are getting 406 error with beta refresh

    We are seeing that our REST API calls are getting http 406 error. We have not made any changes on the REST Service. In Console, i see following messages that might be related to this issue.
    8/31/12 9:33:23.259 PM TAOMobile: -JSONValue failed. Error trace is: (
    "Error Domain=org.brautaset.JSON.ErrorDomain Code=11 \"Unexpected end of string\" UserInfo=0xc0ab830 {NSLocalizedDescription=Unexpected end of string}"
    8/31/12 9:33:23.265 PM TAOMobile: -JSONValue failed. Error trace is: (
    "Error Domain=org.brautaset.JSON.ErrorDomain Code=11 \"Unexpected end of string\" UserInfo=0xaec1590 {NSLocalizedDescription=Unexpected end of string}"
    Here is how we make the call.
    RestServiceAdapter restServiceAdapter = Model.createRestServiceAdapter();
    restServiceAdapter.clearRequestProperties();
    restServiceAdapter.setConnectionName("TAORestWebService");
    restServiceAdapter.setRequestType(RestServiceAdapter.REQUEST_TYPE_GET);
    restServiceAdapter.addRequestProperty("Content-Type", "application/json");
    restServiceAdapter.setRetryLimit(0);
    restServiceAdapter.setRequestURI(argRequestURI);
    String response = "";
    // It's a GET request, so there's no payload
    response = restServiceAdapter.send("");
    System.out.println("Response from the server: " + response);

    Added this after looking at one of the forum entry.
    restServiceAdapter.addRequestProperty("Accept", "application/json; charset=UTF-8");
    And issue is resolved. Documentation update in sample code would help others.
    Edited by: Chandresh on Sep 4, 2012 2:36 PM

  • What number to call to get warranty service?

    The HP support website has seemingly removed or cleverly hidden any phone number one might call to get warranty service.  My 5-month old PC has lost its wireless capability.  Given that wireless is the principal method of connecting to the Internet I'd like to get the ball rolling.  So - where or what is the number?
    Thanks.
    George
    This question was solved.
    View Solution.

    The phone number can be found here, as the support page is valid. It is likely your link was error 404.
    Most WI-Fi loss of connect can be traced to initialization problems. Unplug the wi-fi power lead for 30 secs. Then re-connect power. Be sure to re-boot the computer after re-connecting wi-fi power.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • My phone was hacked, Verizon assured me that I would not be responsible for any of the charges.  I paid my bill on due date and my phones were suspended 2 days later,mi had to drive 10 miles to a Verizon store for them to call to get them restored.

    MY phones were hacked on March 12, I was assured I would not be held responsible for any of the charges. I paid my bill on due date and 2 days later my service was suspended. In had to drive 10 miles to a Verizon store for them to call and get them restored.  They offered no explanation but said they had taken care of it, NOT, it is back on my bill and higher.  I call and put on hold for 15 mins. I guess they will suspend them again this month.  I am so tired of dealing with them with this matter.   Feed up!

        I do hope you're having a great trip, answermeasap. I can understand your concern with getting an unexpected bill. I have sent you a follow request here in the forum. Please access https://community.verizonwireless.com/actions to accept my request and follow me https://community.verizonwireless.com/people/jenniferh_vzw back so you can send me a private message https://community.verizonwireless.com/docs/DOC-1613 so we can take a look at what caused your current bill and make sure the correct suspend option is in place.
    Thank you
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

  • API call to get GXHC_GX_jst?

    Anyone knows if there is any API call to get GXHC_GX_jst?

    I've used two different methods to get the url of the page a portlet is currently on depending on the type of portlet it is.
    In a portal component's Additional PL/SQL Code section, use p_page_url. Example:
    BEGIN
    htp.p(p_page_url);
    END;In a custom PL/SQL portlet, use p_portlet_record.page_url. Example:
    schema.procedurename(p_portlet_record.page_url);

Maybe you are looking for

  • How iCloud downloads to the Mac

    Does Apple want us to only create and edit "iCloud documents" on iOS devices and sync them to the Mac through iTunes? Either that or should I expect some future version of iWork to seamlessy integrate with iCloud in a way that we don't have to think

  • Email shows gmail + hotmail setup. No acess to either inboxes.

    Email shows gmail + hotmail. No acess to either inboxes. Driving me nuts any help kindly appreciated.

  • Phone Name

    My phone states "gdlocal" instead of my name. How can the gdlocal be changed?

  • My I-Pod, It's Crazy...HELP!!!

    I have no idea what to do. My I-Pod is acting so weird, this is what it dose... - it somtimes connects to computer, but when it dose it just shuts back off... - when i get done chargeing it the charge icon is still visable inside the icon thats shows

  • Adobe Flash builder Buritto

    Hi, From where can i get the free version of Adobe Flash builder buritto. Thanks, Jayagopal.