The heart of your service is its *LocalServiceImpl
class. This class is your
entity’s local service extension point. Local services are invoked from your
application or by other applications running on the same instance as your
application.
These tutorials walk you through creating local services:
-
Deciding to Create Local and Remote Services.
-
Implementing the
add
Method. -
Implementing the
update
anddelete
Methods. -
Implementing Finder and Counter Methods
-
Implementing Other Business Logic
-
Integrating with Liferay’s Services.
Start with deciding the service types you need.