| Package | Description |
|---|---|
| com.saperion.jcs.modules.api | |
| com.saperion.jcs.modules.users.api.internal | |
| com.saperion.jcs.modules.users.connector |
| Modifier and Type | Method and Description |
|---|---|
static LazyLoadingStrategy |
LazyLoadingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LazyLoadingStrategy[] |
LazyLoadingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LazyLoadingStrategy |
SearchOptions.getStrategy() |
| Constructor and Description |
|---|
SearchOptions(Class<Type> type,
Map<DescriptorField,Object> fields,
LazyLoadingStrategy strategy,
DescriptorOperation op) |
| Modifier and Type | Field and Description |
|---|---|
static Map<Class<?>,LazyLoadingStrategy> |
UserManagement.Config.DEFAULT_STRATEGIES |
| Modifier and Type | Method and Description |
|---|---|
UserManagement.Config |
UserManagement.Config.setStrategy(Class<? extends UserManagementItem> type,
LazyLoadingStrategy loadingStrategy) |
TypedFinder<Type> |
TypedFinder.use(LazyLoadingStrategy strategy) |
| Constructor and Description |
|---|
TypedFinder(UserService service,
int token,
Class<Type> type,
LazyLoadingStrategy strategy) |
Copyright © 2016 SAPERION AG. All rights reserved.