| Package | Description | 
|---|---|
| com.fatwire.assetapi.site | 
| Modifier and Type | Method and Description | 
|---|---|
QueryResultWrapper<List<User>> | 
UserManager.read(Condition query)
Reads a list of Content Server users that satisfies the given Condition 
 | 
QueryResultWrapper<List<User>> | 
UserManager.read(Condition query,
    List<SortOrder> sortOrders,
    int startindex,
    int count)
Reads a list of Content Server users that satisfies the given Condition 
 | 
List<User> | 
UserManager.read(List<String> usernames)
Reads a list of Content Server users with the user name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserLoggedInInfo.addlastLoggedIn(User user)
Updates the last logged in time in the UIUserLoggedInDetails table for
 the first time. 
 | 
String | 
UserLoggedInInfo.getUserColumnValue(User user,
                  String columnName)
Get the column value from the UIUserLoggedInDetails 
 table for the given user and the column name. 
 | 
void | 
UserLoggedInInfo.populateLastLoggedInDetails(User user)
This method populates the last
 logged in time in the user object 
 | 
void | 
UserLoggedInInfo.updateLastLoggedIn(User user)
Updates the last logged in time in the UIUserLoggedInDetails table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserManager.create(List<User> users)
Creates a list of Content Server Users 
 | 
void | 
UserManager.update(List<User> users)
Updates a list of Content Server users 
 |