Package | Description |
---|---|
com.liferay.portlet |
Modifier and Type | Method and Description |
---|---|
protected static Preference |
PortletPreferencesFactoryImpl.readPreference(javax.xml.stream.XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Preference> |
PortletPreferencesFactoryImpl.createPreferencesMap(String xml) |
protected Map<String,Preference> |
BasePreferencesImpl.getModifiedPreferences() |
protected Map<String,Preference> |
BasePreferencesImpl.getOriginalPreferences() |
protected Map<String,Preference> |
BasePreferencesImpl.getPreferences() |
protected Map<String,Preference> |
PortletPreferencesFactoryImpl.toPreferencesMap(String xml) |
Modifier and Type | Method and Description |
---|---|
protected void |
BasePreferencesImpl.setOriginalPreferences(Map<String,Preference> originalPreferences) |
Constructor and Description |
---|
BasePreferencesImpl(long ownerId,
int ownerType,
String originalXML,
Map<String,Preference> originalPreferences) |
PortalPreferencesImpl(long ownerId,
int ownerType,
String xml,
Map<String,Preference> preferences,
boolean signedIn) |
PortletPreferencesImpl(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String xml,
Map<String,Preference> preferences) |
PortletPreferencesImpl(String xml,
Map<String,Preference> preferences) |
StrictPortletPreferencesImpl(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String xml,
Map<String,Preference> preferences) |