public final class CustomFieldSettingUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
setExpandoValue(String resolverHint,
long runAsUserId,
long groupId,
long company,
Class clazz,
long id,
String key,
String value)
Auxiliary method that returns the expando value of a given expando field with
a given key.
|
public static void setExpandoValue(String resolverHint, long runAsUserId, long groupId, long company, Class clazz, long id, String key, String value)
resolverHint - a hint to be used when resolving the valuerunAsUserId - the user id to run asgroupId - the id of the groupcompany - the company idclazz - the class of the object to set the expando value forid - the id of the object to set the expando value forkey - the key of the expando to setvalue - the value to set the expando toCopyright © 2016–2023 Lundegaard a.s.. All rights reserved.