invoke method create

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

invoke method create

Ismail Al Kouz

Hello Dears ,


  :
<service name="testservice" default-entity-name="test" engine="entity-auto" invoke="create" auth="true">

        <description>test service</description>

        <auto-attributes mode="IN" include="pk"/>

        <auto-attributes mode="IN" include="nonpk"/>

    </service>

 

kindly ,There anyone can explain for me  where I can find the source code for  this statement invoke=”create”  and where this invoke will be go ,and  “create” in engine =“entity-auto” is a java method   ?

 

 

Best Regards,

 

Ismail Alkouz

Java Developer

 

 

 

P.O.Box 3516 Amman, 11821

The Hashemite Kingdom of Jordan

Tel.                     +962 (6) 556 2620

Mob (Jordan).   +962 79 282 2098

/biict

@biict

 

 

Reply | Threaded
Open this post in threaded view
|

Re: invoke method create

Nameet Jain-2
Hi Ismail,

You can find the source code in EntityAutoEngine.java file.

Thanks.

Regards
Nameet Jain

On Thu, Feb 9, 2017 at 6:04 PM, Ismail Al Kouz <[hidden email]> wrote:

> Hello Dears ,
>
>
>   :
> <service name="testservice" default-entity-name="test" engine="entity-auto"
> invoke="create" auth="true">
>
>         <description>test service</description>
>
>         <auto-attributes mode="IN" include="pk"/>
>
>         <auto-attributes mode="IN" include="nonpk"/>
>
>     </service>
>
>
>
> kindly ,There anyone can explain for me  where I can find the source code
> for  this statement invoke=”create”  and where this invoke will be go ,and
>  “create” in engine =“entity-auto” is a java method   ?
>
>
>
>
>
> *Best Regards,*
>
>
>
> *Ismail Alkouz*
>
> Java Developer
>
>
>
> [image: Description: Logo for Office-4]
>
>
>
> [image: Description: bi email-3-02]
>
>
>
> P.O.Box 3516 Amman, 11821
>
> The Hashemite Kingdom of Jordan
>
> *Tel.*                     +962 (6) 556 2620
>
> *Mob (Jordan).*   +962 79 282 2098
>
> [image: Description: bi email-3-04]
>
> [image: Description: bi email-3-05]
>
> /biict
>
> @biict
>
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: invoke method create

Jacques Le Roux
Administrator
In reply to this post by Ismail Al Kouz
Le 09/02/2017 à 13:34, Ismail Al Kouz a écrit :

>
> Hello Dears ,
>
>
>   :
> <service name="testservice" default-entity-name="test" engine="entity-auto"invoke="create" auth="true">
>
> <description>test service</description>
>
> <auto-attributes mode="IN" include="pk"/>
>
> <auto-attributes mode="IN" include="nonpk"/>
>
> </service>
>
> kindly ,There anyone can explain for me  where I can find the source code for  this statement invoke=”create”  and where this invoke will be go ,and
>  “create” in engine =“entity-auto” is a java method   ?
>
>

Please use rather user ML for such questions, see why here http://ofbiz.apache.org/mailing-lists.html

You will get a better support and it's more fair to share with everybody

The wider the audience the better the answers you might get

Thanks

Jacques