public interface IPreferencesManagerSPI extends IPreferencesManager
Modifier and Type | Method and Description |
---|---|
void |
copySharedInterfaceInstancePreferences(String srcInterfaceInstanceId,
String destInterfaceInstanceId)
Copies the shared interface instance preferences from an interface instance to another.
|
void |
setSharedInterfaceInstancePreferences(String interfaceInstanceId,
Map<String,String[]> sharedPreferences)
Sets the shared interface instance preferences for the given interface instance identifier.
|
delete, deletePreferencesByServiceInterfaceInstanceId, getPreferences, getServiceInterfaceInstancePreferences
void copySharedInterfaceInstancePreferences(String srcInterfaceInstanceId, String destInterfaceInstanceId) throws PortalException
srcInterfaceInstanceId
- the source interface instance identifier.destInterfaceInstanceId
- the destination interface instance identifier.PortalException
void setSharedInterfaceInstancePreferences(String interfaceInstanceId, Map<String,String[]> sharedPreferences) throws PortalException
interfaceInstanceId
- the interface instance for which to set shared preferencessharedPreferences
- the shared preferencesPortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.