|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.portlets.usermanager.factories.UserManagerListBuilderFactory
public class UserManagerListBuilderFactory
| Constructor Summary | |
|---|---|
UserManagerListBuilderFactory()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
doSearch(UserManagerListSearchForm form)
|
static java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
doSearch(UserManagerListSearchForm form,
boolean isCount)
Return the list of user ids or the count of users from the given search form |
static java.util.List<UserProxy> |
getUserProxiesFromList(java.lang.String userIdList)
Get a String with the userIds of the users to retrieve, separated by a "," and return an arraylist of the userproxies that represent those userIds |
static boolean |
isFullCommand(javax.portlet.ActionRequest req)
Check the request to know if the form have the fullCommmand value set is set or not |
static boolean |
isUserManagerAdmin(com.liferay.portal.model.User user)
|
static java.lang.String |
loadFullCommand(javax.portlet.ActionRequest req)
return a String with the userIds that are retieved from a UserManager's SearchForm, also save that String to the session in this variable "usersFullCommand" |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserManagerListBuilderFactory()
| Method Detail |
|---|
public static java.util.List<java.util.Map<java.lang.String,java.lang.Object>> doSearch(UserManagerListSearchForm form)
public static java.util.List<java.util.Map<java.lang.String,java.lang.Object>> doSearch(UserManagerListSearchForm form,
boolean isCount)
form - isCount -
public static boolean isUserManagerAdmin(com.liferay.portal.model.User user)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemExceptionpublic static boolean isFullCommand(javax.portlet.ActionRequest req)
req - the request to be checked
public static java.lang.String loadFullCommand(javax.portlet.ActionRequest req)
req - the request where the UserManagerListSearchForm object is store
public static java.util.List<UserProxy> getUserProxiesFromList(java.lang.String userIdList)
userIdList - userIds to be retrieved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||