|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Preference | |
---|---|
com.liferay.portlet | This package defines the common portlet interfaces, base classes, classes, factories, and utilities. |
Uses of Preference in com.liferay.portlet |
---|
Methods in com.liferay.portlet that return Preference | |
---|---|
protected Preference |
PortletPreferencesFactoryImpl.readPreference(XMLEventReader xmlEventReader)
|
Methods in com.liferay.portlet that return types with arguments of type Preference | |
---|---|
protected Map<String,Preference> |
BasePreferencesImpl.getModifiedPreferences()
|
protected Map<String,Preference> |
BasePreferencesImpl.getOriginalPreferences()
|
protected Map<String,Preference> |
BasePreferencesImpl.getPreferences()
|
Method parameters in com.liferay.portlet with type arguments of type Preference | |
---|---|
protected void |
PortletPreferencesFactoryImpl.populateMap(String xml,
Map<String,Preference> preferencesMap)
|
Constructor parameters in com.liferay.portlet with type arguments of type Preference | |
---|---|
BasePreferencesImpl(long companyId,
long ownerId,
int ownerType,
String xml,
Map<String,Preference> preferences)
|
|
PortalPreferencesImpl(long companyId,
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)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |