Skip to content

Instantly share code, notes, and snippets.

@amusarra
Created March 28, 2014 09:59
Show Gist options
  • Save amusarra/9829222 to your computer and use it in GitHub Desktop.
Save amusarra/9829222 to your computer and use it in GitHub Desktop.
Listato 3 Implementazione del metodo getUsersCompanyByTagName per l’interfaccia remota.
public UserSoap[] getUsersCompanyByTagName(long companyId, String tagName,
Integer userStatus, int start, int end) throws PortalException,
SystemException {
return CustomUsersLocalServiceUtil.getUsersCompanyByTagName(companyId, tagName, userStatus, start, end);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment