Getting ViewDef from EntityImpl in create flow

Can we get handle of ViewDef from EntityImpl if I have overridden the EntityImpl.create() ?
Once I am in overridden method of my EntityImpl.create(), inside this I get the control when a row is about to be created. At this point, I have handle of current EntityImpl. i Need the handle of ViewDef that was responsible to initiate a create () call for this EntityImpl ?

EntityImpl.getEntityCache().getDefName()

Similar Messages

  • Get input from user and create a file and run a script in command line.

    Hi all,
    i'm trying to get a input from user and write it into a file named alpe.jacl
    To get multiple userinputs like address and jobtitle etc etc in the same single window.
    and the code will save the inputs in alpe.jacl one by one in a new line like
    nameis name
    address russia
    jobtitle dev
    So i coded like below.
    Though GUI for user input looks dull Its working fine.
    Now I want this code to perform one more task which is the GUI will contain one more button INSTALL with OK and CALCEL .
    and when after putting all inputs and creating the alpe.jacl file if someone clicks INSTALL it should start ./install.sh script present at the same folder which contains some unix shell commands.
    Here am not able to figure out how to go further...
    One more thing after all the inputs given when I am clicking on the OK button its closing the window instantly which i dont want. I want it like it should wait till someone press CANCEL to exit.
    Please some one help me.
    import javax.swing.*;
    import java.io.*;
    public class file
    public static void main(String []args)throws IOException
    FileWriter ryt=new FileWriter("alpe.jacl");
    BufferedWriter out=new BufferedWriter(ryt);
    JTextField wsName = new JTextField();
    JTextField sName = new JTextField();
    JTextField cName = new JTextField();
    Object[] message = {    "Web Server Name:", wsName,"Server Name:", sName,"Cluster Name:", cName};
    int answer = JOptionPane.showConfirmDialog(    null, message, "Enter values", JOptionPane.OK_CANCEL_OPTION);
    if (answer == JOptionPane.OK_OPTION){    String webserver = wsName.getText();
    String server = sName.getText();
    String cluster = cName.getText();
    out.write("set webservername " +wsName.getText()+"\n");
    out.write("set ClusterName " +cName.getText()+"\n");
    out.write("set ServerName " +sName.getText()+"\n");
    out.close();
    }}Thanks,
    Ricky

    Thanks a lot.
    Is there any way through which i can assign a scroll bar to my panel.
    As when the number of user inputs grows the GUI becomes more bulky and some of the fields are not showing up.
    Cheers
    _Ricky                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Get value from select list created using htmldb_item.SELECT_LIST_FROM_LOV

    I have created a tabular form using the HTMLDB_ITEM functions and now in the javascript, I need to determine the value in another column created using the SELECT_LIST_FROM_LOV function and then set the value under certain circumstances. Unfortunately, I do not know the correct syntax. My Javascript function is being called properly, I am just unable to get or set the field.
    I am calling my javascript function from another column on the tabular form passing in the current row number and f09 is my column.
    Below is my code. Unfortunately, none of the below are working.
    function f_setCurrency(a_row)
    var l_Currency = html_GetElement('f09_'+a_row);
    html_SetSelectValue(l_Currency, 2);
    alert(html_GetSelectValue(l_Currency ));
    alert($x(l_Currency).value);
    alert($x('f09_'+a_row).value);
    alert($v('f09_'+a_row));
    alert($x('f09_'+a_row).innerHTML);
    }

    Brian,
    This example:
    http://htmldb.oracle.com/pls/otn/f?p=31517:176
    and this example:
    http://htmldb.oracle.com/pls/otn/f?p=31517:160
    may help you.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Getting music from another account created on my computer

    I used to have an account with AOL. I purchased about $200 worth of music on this account. I have since deactivated my AOL account. How do I get the music that I bought under this account. AOL will not give me a person to talk to, and I can't figure out how to get my music by going through the help systems on Itunes or AOL. Does anybody know how I can access these songs? Thanks!

    If you lost it, you don't have it, so it is impossible to transfer.
    However, you would have synced it with itunes (where you saved the music originally on your computer), just sync the new iPod with itunes and you'll be able to get all your music from there.

  • Getting values from the dynamically created textboxes

    Hello,
    I am developing one jsp page using struts. In the page i m
    dynamically adding some rows with 2 textboxes in each row. and
    after entering data into those rows , user clicks on save button
    and page is submitted. I want to capture all this data of dynamically
    added rows so that i can enter those rows into DB.
    how can i acheive this using struts?.
    Have anyone had tried doing it?. Please help.
    Thanx in advance
    Deepali Naik

    U can do something like......
    class MatrixData{
    public myMethod(){
    Arraylist list_of_rows=new Arraylist ();
    JTextBox 11=new JTextBox (); // matrix position (1,1)
    JTextBox 12=new JTextBox ();// matrix position (1,2)
    addRow(new RowData(11,12)
    public addRow(RowData data){
    list_of_rows.add(data);
    class RowData{
    Arraylist txtBoxList=new Arraylist ();
    public JTextBox getOne(){
    return txtBoxList.get(0);
    public JTextBox getTwo(){
    return txtBoxList.get(1);
    public setOne(JTextBox comp){
    txtBoxList.add(comp);
    public setTwo(JTextBox comp){
    txtBoxList.add(comp);
    Hope it helps.
    Best Regards
    Mohit

  • Help needed in getting values from the dynamically created text boxes

    Hello,
    I am developing one jsp page using struts. In the page i m
    dynamically adding some rows with two text boxes in each row. and after entering data into
    those textboxes , user clicks on save button and page is submitted.
    I want to capture all this data of dynamically added
    rows so that i can enter those rows into DB.
    how can i acheive this using struts?.
    Have anyone had tried doing it?. Please help.
    Thanx in advance
    Deepali Naik

    Hi,
    1. If you give these textBoxes the same name, then in your action you can call request.getParameterValues(paramName) - it returns String[ ] of values.
    2. You can give form textBox names like "name"+index or something like this in <logic:iterate> tag
    Good luck!

  • C# How to get Certificate from thumbprint

    Hi everyone,
    Following the below step, i want to get Certificate from thumbprint
    1, Create Certificate by command 
    makecert -sky exchange -r -n "CN=Azure-P2S-Root-Cert"
    -pe -a sha1 -len 2048 -ss My "C:\tools\AzureCertificateName.cer"
    2, Open certmgr.msc
    3, Copy thumbprint of Certificate
    4, using code
     private static X509Certificate2 GetStoreCertificate(string thumbprint)
                List<StoreLocation> locations = new List<StoreLocation> 
                    StoreLocation.CurrentUser, 
                    StoreLocation.LocalMachine 
                foreach (var location in locations)
                    X509Store store = new X509Store("My", location);
                    try
                        store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly);
                        X509Certificate2Collection certificates = store.Certificates.Find(
                            X509FindType.FindByThumbprint, thumbprint, false);
                        if (certificates.Count == 1)
                            return certificates[0];
                    finally
                        store.Close();
                throw new ArgumentException(string.Format(
                    "A Certificate with thumbprint '{0}' could not be located.",
                    thumbprint));
    => Error: "A Certificate with thumbprint '{0}' could not be located.",
    Any ideas? I am really stuck here.
    Thanks a lot in advance,
    Quyen Pham

    I want to code following the step
    1,Create Virtual Network Gateway
    https://msdn.microsoft.com/en-us/library/azure/jj154119.aspx?f=255&MSPPError=-2147217396
    2, Revoke a Point-to-Site VPN Client Certificate
    https://msdn.microsoft.com/en-us/library/azure/dn547018.aspx
    first, i download file Microsoft_DL_SITE-4-10-2015-credentials.publishsettings
    and then get string ManagementCertificate = "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";
    X509Certificate2 cert = new X509Certificate2(Convert.FromBase64String(ManagementCertificate));
    using this cert, i can create ok virtual gateway, but i can not upload certificate
    Anything is wrong in here?
    Thanks and best Regards,
    Quyen Pham

  • Creating Variable with Replacement Path to get value from ANOTHER Variable

    Hi all,
        Is anyone has created the Variable with Replacement Path to get the value from another User Entry Variable, PLEASE ? 
    First created the User Entry Variable (ZV_X) and it accepts the date range like '01/01/2009 - 01/31/2009'. Next created the Characteristic variable (ZV_Y) of Replacement Path for which source variable will be ZV_X and we should get the 'FROM Date' (01/01/2009) from the selection (ZV_X) into it (ZV_Y).
    While creating the Characteristic variable (ZV_Y) of Replacement Path, I didn't find my newly created ZV_X variable in the list of available variables under 'Variable' header in 'Replacement Path' tab and it is causing the error 'Source to replace variable ZV_Y is not defined'. How could I create the Characteristic variable of Replacement Path for my requirement, PLEASE ?
    The following is from help.sap..com:
    Replace with Characteristic Value
    Text and formula variables with the processing type Replacement Path can be replaced with a corresponding characteristic value. In the variable editor, on the General tab page, you specify under Reference Characteristic the characteristic that is to be referenced by the replacement. On the Replacement Path tab page, you can choose whether the variable is replaced with the From or the To Value and with the Key or the Name of the characteristic value. You can also specify the Offset Start and Offset Length for the output.
    Replace with Variable
    Characteristic value variables, hierarchy variables, text variables, and formula variables with the Replacement Path processing type can take their values from a different variable.
    The following prerequisites need to be fulfilled:
    Variable
    ●      The variable must not be input-ready
    ●      The variable must represent a single value
    Source Variable
    ●      The source variable must not be a hierarchy node variable
    ●      The source variable must be input-ready
    ●      The source variable must be available in the query
    ●      The source variable must represent a single value or an interval
    In the variable editor, on the Replacement Path tab page, you specify the source variable from which the value is to be determined. The value is either determined from the key, the external attribute of the key, the description, or the attribute value. You can specify an Offset Start and an Offset Length for the output here. The variable is replaced on the variable screen upon each data release.
    Thanks,
    Venkat.

    Hi Eve,
    It is possible to connect the 2 queries using a Replacement Path characteristic variable. You would need to create the variable on the char whose values you want to pass from Q1 to Q2. The variable will be of type replacement path and you will need to enter the name of Q1 from which it will get the values. Make sure that you include this char in the query definition of Q1 and Q2. In Q2 you will restrict the characteristic using this variable. DO not use this variable (replacement path) in Q1.
    In your query properties check if you have turned on the checkmark for Release for OLE DB for OLAP (3rd tab). If the check mark is there, then remove it.
    We are using the scenario in a couple of places, and it works very well.
    Hope this helps...

  • In ADOBE BRIDGE CS6 "folder can not be created" appears when getting photos from camera

    Has anyone seen this when getting photos from camera in ADOBE BRIDGE CS6?
    "Folder cannot be created"

    I solved the problem myself.
    jwerth2

  • Getting "java.lang.NullPointerException" error message when trying to run an OATS OpenScript file from Eclipse to Create a record in Oracle EBS

    Hello,
    I'm trying to run a simple OpenScript script in Eclipse that creates a record (a Supplier in this case) in Oracle E-Business Suite. So I copied the the script file from OpenScript and created it as a Class in Eclipse.  Then I created a main class to call the methods within the script class but no matter what method I call (initialize, run or finalize) I'm getting the java.lang.NullPointerException message. The error doesn't seem to be related with any specific line in the script but with the way that I'm calling it.
    Should I call the OpenScript class from my main class in a different way? (see my examples below)
    BTW, all external .jar files coming with OATS have been added to my project in Eclipse.
    1) Here's the main class I created to call the OpenScript method (Eclipse auto-corrected my main class adding a Try and Catch around the method call):
    public class Test {
        public static void main(String[] args) {
            nvscript nvs = new nvscript();
            try {
                nvs.initialize();
            } catch (Exception e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
    2) Here's the script from OpenScript (the actual script has more steps but I'm just using the first one for a proof of concept):
    import oracle.oats.scripting.modules.basic.api.*;
    import oracle.oats.scripting.modules.browser.api.*;
    import oracle.oats.scripting.modules.functionalTest.api.*;
    import oracle.oats.scripting.modules.utilities.api.*;
    import oracle.oats.scripting.modules.utilities.api.sql.*;
    import oracle.oats.scripting.modules.utilities.api.xml.*;
    import oracle.oats.scripting.modules.utilities.api.file.*;
    import oracle.oats.scripting.modules.webdom.api.*;
    import oracle.oats.scripting.modules.formsFT.api.*;
    import oracle.oats.scripting.modules.applet.api.*;
    public class nvscript extends IteratingVUserScript {
        @ScriptService oracle.oats.scripting.modules.utilities.api.UtilitiesService utilities;
        @ScriptService oracle.oats.scripting.modules.browser.api.BrowserService browser;
        @ScriptService oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService ft;
        @ScriptService oracle.oats.scripting.modules.webdom.api.WebDomService web;
        @ScriptService oracle.oats.scripting.modules.applet.api.AppletService applet;
        @ScriptService oracle.oats.scripting.modules.formsFT.api.FormsService forms;
        public void initialize() throws Exception {
            this.getSettings().set("formsft.useformsonly",true);
            browser.launch();
        public void run() throws Exception {
            beginStep(
                    "[1] E-Business Suite Home Page Redirect (/ebs12cloud.winshuttle.com:8000/)",
                    0);
                web.window(2, "/web:window[@index='0' or @title='about:blank']")
                        .navigate("http://ebs12.xxxxxxx.com:8000/");
                web.window(4, "/web:window[@index='0' or @title='Login']")
                        .waitForPage(null);
                    think(4.969);
                web.textBox(
                        7,
                        "/web:window[@index='0' or @title='Login']/web:document[@index='0']/web:form[@id='DefaultFormName' or @name='DefaultFormName' or @index='0']/web:input_text[@id='usernameField' or @name='usernameField' or @index='0']")
                        .setText("winshuttle_user");
                    think(2.0);
                web.textBox(
                        8,
                        "/web:window[@index='0' or @title='Login']/web:document[@index='0']/web:form[@id='DefaultFormName' or @name='DefaultFormName' or @index='0']/web:input_password[@id='passwordField' or @name='passwordField' or @index='0']")
                        .click();
                    think(1.109);
                web.textBox(
                        9,
                        "/web:window[@index='0' or @title='Login']/web:document[@index='0']/web:form[@id='DefaultFormName' or @name='DefaultFormName' or @index='0']/web:input_password[@id='passwordField' or @name='passwordField' or @index='0']")
                        .setPassword(deobfuscate("kjhkjhkj=="));
                    think(1.516);
                web.button(
                        10,
                        "/web:window[@index='0' or @title='Login']/web:document[@index='0']/web:form[@id='DefaultFormName' or @name='DefaultFormName' or @index='0']/web:button[@id='SubmitButton' or @value='Login' or @index='0']")
                        .click();
            endStep();
        public void finish() throws Exception {       
    3) Here's the error messages I'm getting based on the method I call from my main class:
    3.a) when calling Initialize():
    java.lang.NullPointerException
        at oracle.oats.scripting.modules.basic.api.IteratingVUserScript.getSettings(IteratingVUserScript.java:723)
        at nvscript.initialize(nvscript.java:22)
        at Test.main(Test.java:9)
    3 b) when calling Run():
    java.lang.NullPointerException
        at oracle.oats.scripting.modules.basic.api.IteratingVUserScript.beginStep(IteratingVUserScript.java:260)
        at nvscript.run(nvscript.java:30)
        at Test.main(Test.java:9)
    Any help and/or constructive comment will be appreciated it.
    Thanks.
    Federico.

    UPDATE
    Compiling from command line I found out that the class definition for oracle.oats.scripting.modules.basic.api.IteratingVUserScript is missing. Do you know what .jar file contains this class?
    Thanks.
    Fede.

  • How do I create a new account and get stuff from the old account to the new account

    How do I create a new account and get stuff from the old account to the new account

    There are instructions on this page for creating a new account : Set up an Apple ID in iTunes
    Or if you don't want to give credit card details : Create an iTunes Store, App Store, or iBooks Store account without a credit card or other payment method
    But you won't be able to transfer purchases from your old account to it, all content that you download from the store will remain tied to the account that downloaded it.

  • When getting information from SLD, should SMSY create a system for EP?

    I've connected my EP NW2004s system ES3 to the SLD.  I connected Solution Manager 4.0 to SLD so that SMSY can get information from the SLD.  When I run the import, I see:
    1. ES3's server sapeps03 created under SMSY Landscape Component ->Server.
    2. ES3 's database ES3 created under SMSY Landscape Component-> Database.
    3.  ES3 Java component entry created under SMSY Landscape Component->System Components->Java System.
    BUT, I don't see an ES3 entry under SMSY Landscape Component->Systems->SAP Netweaver.  Shouldn't there be?  Do I have to create this manually?
    The ECC 5.0 system RS3 got created under SMSY Landscape Component->Systems->SAP ECC.   Why not the EP system?
    Thanks.
    Regards,
    Mel Calucin

    Hello Mel,
    the SMSY transaction had a lot of issues resolving the appropriate Java product with older versions of Solution Manager. For instance, you can take a look at the SAP Note 1392992.
    Newer versions of Solution Manager (currently on SP24) resolve most of the issues. The portal is certainly detected successfully.
    My recommendation would be having Solution Manager updated always with the latest Support Package stack available.
    All the best,
    Andreu

  • Do I need to enable MySite or have a MySite created in order to follow content and get updates from Team Site library/Newsfeed?

    Hello, we are migrating to SharePoint 2013. In the current SharePoint 2007 implementation we have disabled MySite for several reasons. Question: Do we need to enable MySite or have a MySite created in order to follow content and get updates from Team
    Site library/Newsfeed?

    Hi,
    According to your description, my understanding is that you want to know if the MySite is needed for following content and getting updates of the followed content.
    When users follow documents, sites, or tags, status updates from documents, conversations on sites, and notifications of tag use show up in users’ newsfeed, so users need to their MySite to view the updates in Newsfeed by OOB and you need
    to migrate the MySite to SharePoint 2013.
    However, we can also use APIs to programmatically follow content, please refer to the link below:
    http://msdn.microsoft.com/en-us/library/office/jj163217(v=office.15).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Need powershell commands to get email addresses from public folder created in EAC to CSV

    Need powershell commands to get email addresses from public folder created in EAC to CSV
    1. Created Public folders via EAC - not mail enabled - just to hold contacts.
    2. Assigned owners and showed to add new contacts - then add to favorites and finally to display as address book.
    Now I need a powershell command to get those email contacts in those public folders.
    I need to view them because when we send emails to those groups (via select all) in the public folders, it is creating an NDR for 3 users saying - "..blah blah -OFFICE FAX or HOME FAX) - yet they are getting the emails.
    I suspect that their contact details are corrupt somehow and want to see what contacts are actually listed in the public folders. I already checked to see if the source of the contacts was the public folder or "my contacts" and they are not.'
    I have tried multiple get recipient commands and get public folder commands with no results in the CSV

    The only way to get that data is either via the Outlook com object or using EWS. None of the commands in the Exchange shell look inside of a folder, the most you can get with those is email addresses for mail-enabled Public folders. Here is a link that can
    get you started with how to connect to public folders via EWS, then its just enumerating the folders and looping through the items in the folders for the details of the items. 
    http://gsexdev.blogspot.com/2013/08/public-folder-ews-how-to-rollup-part-1.html
    DJ Grijalva | MCITP: EMA 2007/2010 SPA 2010 | www.persistentcerebro.com

  • I Want Get Removed My Apple ID Account From Apple And Create Again.

    I Want TO Delete MY Apple Id Account From Apple And Create Again,

    You can't delete an account, all you can do is remove personal info from it and stop using it - any content that you downloaded with the account will remain tied to the account. If you want to use its email address on another account then you will need to replace it on that account first e.g. by tapping on it and logging into it via Settings > iTunes & App Store on your iPad, the Store > View Account menu option on your computer's iTunes, or via http://appleid.apple.com

Maybe you are looking for

  • Windows 7 on iMac 27" Late 2009, Magic Trackpad issue.

    Hello, I have successfully installed Windows 7 64 bit on my iMac 27" Late 2009 model using Boot Camp and my magic trackpad is not functioning the way it should be. The trackpad works however does not recognise secondary click. There is no option to a

  • How to populate the Sender and Receiver GLN/ID  in the Seeburger Message Tracking

    HI Team, Scenario : ECC--> PI--> Party Sending GS1 XML Message to party (Not EDI).  Sender Party and Receiver Party appearing as expected. BUT User expecting to see the Sender GLN and Receiver GLN in Seeburger Message Tracking. It should be dynamical

  • Beginners question : http 500 error when starting my first jsf-app

    i�ve just read a book about jsf, and now i�ve tried my first own jsf-app, but it seems that i have some kind of configuration problems with my tomcat, but have a look for yourself : after deploying my app out of eclipse with ant without any errors, i

  • Butler and Kernel Panic

    Has anyone had any problems with the Many Tricks software product Butler causing a kernel panic? I've attempted to isolate all variables and continues to see like it is this program (which I forget to unload) that causes the kernel panic upon shutdow

  • SAP - Novell IDM Connector

    We are implementing a Novell IDM LDAP connector to interface with SAP HR systems. We are passing PA fields across via IDOC's. A routine (Novell side) creates a new User ID & E-Mail Address to be passed back to populate IT0105. We get the error messag