public class UserProfileStorage extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
UserProfileStorage.TableId |
Modifier and Type | Field and Description |
---|---|
static Integer |
DEFAULT_PAGING_SIZE |
Constructor and Description |
---|
UserProfileStorage() |
Modifier and Type | Method and Description |
---|---|
Map<UserProfileStorage.TableId,Integer> |
getPageSizingMap() |
Integer |
getPagingSize(UserProfileStorage.TableId key) |
void |
setPagingSize(UserProfileStorage.TableId key,
Integer size) |
public static Integer DEFAULT_PAGING_SIZE
public Map<UserProfileStorage.TableId,Integer> getPageSizingMap()
public Integer getPagingSize(UserProfileStorage.TableId key)
public void setPagingSize(UserProfileStorage.TableId key, Integer size)
Copyright © 2014 evolveum. All rights reserved.