Package | Description |
---|---|
com.liferay.exportimport.kernel.lar | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<KeyValuePair>> |
PortletDataContext.getPermissions() |
Modifier and Type | Method and Description |
---|---|
void |
PortletDataContext.addPermissions(String resourceName,
long resourcePK,
List<KeyValuePair> permissions) |
Modifier and Type | Method and Description |
---|---|
static KeyValuePair |
UserLocalServiceUtil.decryptUserId(long companyId,
String name,
String password)
Decrypts the user's primary key and password from their encrypted forms.
|
KeyValuePair |
UserLocalService.decryptUserId(long companyId,
String name,
String password)
Decrypts the user's primary key and password from their encrypted forms.
|
KeyValuePair |
UserLocalServiceWrapper.decryptUserId(long companyId,
String name,
String password)
Decrypts the user's primary key and password from their encrypted forms.
|
Modifier and Type | Method and Description |
---|---|
int |
KeyValuePairComparator.compare(KeyValuePair kvp1,
KeyValuePair kvp2) |
int |
KeyValuePair.compareTo(KeyValuePair kvp) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalDistributor.setThreadLocalSources(List<KeyValuePair> threadLocalSources) |