|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.UserEnv
public class UserEnv
User properties class. Properties file is saved in sreeUserData directory under sree.home, where a property file is created per user.
| Constructor Summary | |
|---|---|
UserEnv()
|
|
| Method Summary | |
|---|---|
static inetsoft.util.Catalog.CatalogGetter |
getCatalogGetter()
Get catalog getter. |
static Map |
getProperties(Principal user)
Get all properties defined for the user. |
static Object |
getProperty(Principal user,
String name)
Get a property for a user. |
static Object |
getProperty(Principal user,
String name,
Object def)
Get a property for a user. |
static inetsoft.util.Catalog |
getReportCatalog(Principal user)
Get report catalog of a user. |
static inetsoft.util.Catalog |
getViewerCatalog(Principal user)
Get catalog of a user for viewer localization. |
static void |
save(Principal user,
Map prop)
Save user properties. |
static void |
setProperty(Principal user,
String name,
Object val)
Set a property for a user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserEnv()
| Method Detail |
|---|
public static inetsoft.util.Catalog.CatalogGetter getCatalogGetter()
public static Object getProperty(Principal user,
String name)
public static Object getProperty(Principal user,
String name,
Object def)
public static void setProperty(Principal user,
String name,
Object val)
public static Map getProperties(Principal user)
public static inetsoft.util.Catalog getViewerCatalog(Principal user)
user - the specified user.
public static inetsoft.util.Catalog getReportCatalog(Principal user)
user - the specified user.
public static void save(Principal user,
Map prop)
throws Exception
Exception
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||