|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserProxyAPI
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
findUsersTitle()
This method return all the possible title set by the users. |
UserProxy |
getUserProxy(java.lang.String userId,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
|
UserProxy |
getUserProxy(com.liferay.portal.model.User userToGetProxyFor,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
|
UserProxy |
getUserProxyByLongLiveCookie(java.lang.String dotCMSID,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
|
void |
saveUserProxy(UserProxy userProxy,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
|
java.util.HashMap<java.lang.String,java.lang.Object> |
searchUsersAndUsersProxy(java.lang.String firstName,
java.lang.String lastName,
java.lang.String title,
boolean showUserGroups,
java.util.List<Role> roles,
boolean showUserRoles,
java.lang.String orderBy,
int page,
int pageSize)
Deprecated. |
| Method Detail |
|---|
UserProxy getUserProxy(java.lang.String userId,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
throws DotRuntimeException,
DotSecurityException,
DotDataException
DotRuntimeException
DotSecurityException
DotDataException
UserProxy getUserProxy(com.liferay.portal.model.User userToGetProxyFor,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
throws DotRuntimeException,
DotSecurityException,
DotDataException
DotRuntimeException
DotSecurityException
DotDataException
UserProxy getUserProxyByLongLiveCookie(java.lang.String dotCMSID,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
throws DotRuntimeException,
DotSecurityException,
DotDataException
DotRuntimeException
DotSecurityException
DotDataException
void saveUserProxy(UserProxy userProxy,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
throws DotRuntimeException,
DotDataException,
DotSecurityException
DotRuntimeException
DotDataException
DotSecurityException
java.util.List<java.lang.String> findUsersTitle()
throws DotDataException
DotDataException
java.util.HashMap<java.lang.String,java.lang.Object> searchUsersAndUsersProxy(java.lang.String firstName,
java.lang.String lastName,
java.lang.String title,
boolean showUserGroups,
java.util.List<Role> roles,
boolean showUserRoles,
java.lang.String orderBy,
int page,
int pageSize)
throws DotDataException
firstName - compare stringlastName - compare stringtitle - compare stringgroups - list of groupsshowUserGroups - boolean. If true then a list of group names will returned in the result. This value will be automatically set to true if the parameter group list is greater than 0 or the order by parameter is ordered by group name.roles - list of rolesshowUserRoles - boolean. If true then a list of role names will returned in the result. This value will be automatically set to true if the parameter role list is greater than 0 or the order by parameter is ordered by role name.orderBy - how will be ordered the resultpage - page to displaypageSize - number of element to show in the page
DotDataException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||