@StableMinor(version="10.1", sinceVersion="4.0") public interface IPreferencesManager
Modifier and Type | Method and Description |
---|---|
void |
delete(SessionConfig sessionConfig,
String resourceId,
int resourceType,
ITransaction transaction)
Deletes all preferences associated with the specified resource.
|
IPreferences |
getPreferences(SessionConfig sessionConfig,
String resourceId,
int resourceType)
Returns the user preferences for a specified resource.
|
IPreferences getPreferences(SessionConfig sessionConfig, String resourceId, int resourceType) throws PortalException
sessionConfig
- the user session information.resourceId
- the resource id.resourceType
- the resource type.PortalException
void delete(SessionConfig sessionConfig, String resourceId, int resourceType, ITransaction transaction) throws PortalException
sessionConfig
- the user session information.resourceId
- the resource id.resourceType
- the resource type. One of the IPreferences
constants.transaction
- transaction for persistence access.PortalException
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.