Skip to content

Instantly share code, notes, and snippets.

@adit2787
Created August 19, 2017 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adit2787/8f3db278f14475db0d2adcee515179be to your computer and use it in GitHub Desktop.
Save adit2787/8f3db278f14475db0d2adcee515179be to your computer and use it in GitHub Desktop.
How to Access Liferay Services in Velocity(VM) files using Service Locator
#set($userLocalService = $serviceLocator.findService('com.liferay.portal.service.UserLocalService'))
=>$userLocalService.getUsersCount()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment