|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="4.0") public interface IPreferencesManager
Manager for handling user preferences operations.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |