This content has been marked as final.
Show 3 replies
-
1. Re: How to call GateIn service classes inside application my class?
rutlucas Jul 3, 2013 5:05 AM (in response to anishantony)Hi Anish,
In this link:
You can see an example of OrganizationAPI that give you access to information of GateIn.
It's an example about how to invoke there services from your portlet.
Here also you can see another example:
https://github.com/lucasponce/minicmsportlet/blob/master/minicmsportlet/src/portlet/MinimalCMS.java
Of a portlet that uses these services.
Hope this helps.
Lucas
-
2. Re: How to call GateIn service classes inside application my class?
anishantony Jul 3, 2013 6:01 AM (in response to rutlucas)Thanks Lucas
I have one more doubt, in your examples you only explained about OrganizationService.
Is it possible to use other services in the same manner?
Regards
Anish Antony
-
3. Re: How to call GateIn service classes inside application my class?
anishantony Jul 7, 2013 2:18 AM (in response to anishantony)Its possible.....