Package lumis.service.association
Class AssociationDataProvider
- java.lang.Object
-
- lumis.service.association.AssociationDataProvider
-
- All Implemented Interfaces:
IDataProvider
- Direct Known Subclasses:
AssociatedTermsDataProvider
public class AssociationDataProvider extends Object implements IDataProvider
Get the identifiers and primary names of the metadata contents associated to the provided content item id- Since:
- 4.0.9
- Version:
- $Revision: 22659 $ $Date: 2019-04-10 15:45:12 -0300 (Wed, 10 Apr 2019) $
-
-
Field Summary
-
Fields inherited from interface lumis.doui.source.IDataProvider
INTERFACE_INSTANCE_PROPERTY_FIELDS, INTERFACE_INSTANCE_PROPERTY_FILTERS, INTERFACE_INSTANCE_PROPERTY_MAX_ROWS, INTERFACE_INSTANCE_PROPERTY_ORDER_BY, MAX_NUM_ORDER_BY_FIELDS
-
-
Constructor Summary
Constructors Constructor Description AssociationDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getAssociationType()
void
loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
-
-
Method Detail
-
loadData
public void loadData(SessionConfig sessionConfig, Source source, ITransaction transaction) throws PortalException
- Specified by:
loadData
in interfaceIDataProvider
- Throws:
PortalException
-
getAssociationType
protected String getAssociationType() throws PortalException
- Throws:
PortalException
-
-