Package | Description |
---|---|
com.liferay.document.library.kernel.model | |
com.liferay.dynamic.data.mapping.kernel | |
com.liferay.expando.kernel.util | |
com.liferay.mobile.device.rules.kernel | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.model.impl |
This package defines the portal model implementation base classes.
|
com.liferay.portal.kernel.model.wrapper | |
com.liferay.portal.kernel.repository.model | |
com.liferay.portal.kernel.repository.proxy |
This package defines the portal repository proxy beans.
|
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
com.liferay.trash.kernel.model |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
DLFileEntry.getExpandoBridge() |
ExpandoBridge |
DLFileVersionWrapper.getExpandoBridge() |
ExpandoBridge |
DLFileEntryWrapper.getExpandoBridge() |
ExpandoBridge |
DLFileVersion.getExpandoBridge() |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
DDMStructure.getExpandoBridge() |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
ExpandoBridgeFactory.getExpandoBridge(long companyId,
String className) |
static ExpandoBridge |
ExpandoBridgeFactoryUtil.getExpandoBridge(long companyId,
String className) |
ExpandoBridge |
ExpandoBridgeFactory.getExpandoBridge(long companyId,
String className,
long classPK) |
static ExpandoBridge |
ExpandoBridgeFactoryUtil.getExpandoBridge(long companyId,
String className,
long classPK) |
Modifier and Type | Method and Description |
---|---|
void |
ExpandoBridgeIndexer.addAttributes(Document document,
ExpandoBridge expandoBridge) |
static void |
ExpandoBridgeIndexerUtil.addAttributes(Document doc,
ExpandoBridge expandoBridge) |
static int |
ExpandoPresetUtil.addPresetExpando(ExpandoBridge expandoBridge,
String preset,
String name)
Deprecated.
|
static void |
ExpandoBridgeUtil.copyExpandoBridgeAttributes(ExpandoBridge oldExpandoBridge,
ExpandoBridge newExpandoBridge) |
static void |
ExpandoBridgeUtil.setExpandoBridgeAttributes(ExpandoBridge oldExpandoBridge,
ExpandoBridge newExpandoBridge,
ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
MDRRuleGroupInstance.getExpandoBridge() |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
BaseModel.getExpandoBridge()
Returns the expando bridge for this model instance.
|
ExpandoBridge |
ClassedModel.getExpandoBridge() |
Modifier and Type | Method and Description |
---|---|
void |
BaseModel.setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
BaseModelImpl.getExpandoBridge() |
Modifier and Type | Method and Description |
---|---|
void |
BaseModelImpl.setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
BaseModelWrapper.getExpandoBridge() |
Modifier and Type | Method and Description |
---|---|
void |
BaseModelWrapper.setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
FileEntryWrapper.getExpandoBridge() |
ExpandoBridge |
FileShortcutWrapper.getExpandoBridge() |
ExpandoBridge |
FolderWrapper.getExpandoBridge() |
ExpandoBridge |
FileVersion.getExpandoBridge() |
ExpandoBridge |
FileVersionWrapper.getExpandoBridge() |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
FileEntryProxyBean.getExpandoBridge() |
ExpandoBridge |
FolderProxyBean.getExpandoBridge() |
ExpandoBridge |
FileVersionProxyBean.getExpandoBridge() |
ExpandoBridge |
FileShortcutProxyBean.getExpandoBridge() |
Modifier and Type | Method and Description |
---|---|
protected String |
BaseIndexer.getExpandoFieldName(SearchContext searchContext,
ExpandoBridge expandoBridge,
String attributeName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
Portal.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
javax.servlet.http.HttpServletRequest httpServletRequest) |
static Map<String,Serializable> |
PortalUtil.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
javax.servlet.http.HttpServletRequest httpServletRequest) |
Map<String,Serializable> |
Portal.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
PortletRequest portletRequest) |
static Map<String,Serializable> |
PortalUtil.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
PortletRequest portletRequest) |
Map<String,Serializable> |
Portal.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
UploadPortletRequest uploadPortletRequest) |
static Map<String,Serializable> |
PortalUtil.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
UploadPortletRequest uploadPortletRequest) |
Modifier and Type | Method and Description |
---|---|
ExpandoBridge |
TrashVersionModel.getExpandoBridge()
Deprecated.
|
ExpandoBridge |
TrashVersionWrapper.getExpandoBridge()
Deprecated.
|
ExpandoBridge |
TrashEntryModel.getExpandoBridge()
Deprecated.
|
ExpandoBridge |
TrashEntryWrapper.getExpandoBridge()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TrashVersionModel.setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Deprecated.
|
void |
TrashVersionWrapper.setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Deprecated.
|
void |
TrashEntryModel.setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Deprecated.
|
void |
TrashEntryWrapper.setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Deprecated.
|