Created
March 28, 2014 09:59
-
-
Save amusarra/9829222 to your computer and use it in GitHub Desktop.
Listato 3 Implementazione del metodo getUsersCompanyByTagName per l’interfaccia remota.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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