Package lumis.doui.search
Class DouiTabularSourceSearchContentFiller
- java.lang.Object
-
- lumis.doui.search.DouiTabularSourceSearchContentFiller
-
- All Implemented Interfaces:
ISourceSearchContentFiller
- Direct Known Subclasses:
ContentTabularSourceSearchContentFiller
@Deprecated @StableMinor(version="14.2", sinceVersion="4.0") public class DouiTabularSourceSearchContentFiller extends Object implements ISourceSearchContentFiller
Deprecated.Since 8.1.0,ISourceSearchContentFiller
was deprecated. Consider usingTabularSourceBigDataPersister
instead of this.ISourceSearchContentFiller
generic implementation for Doui services.- Since:
- 4.0.4
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
initialized
Deprecated.protected List<String>
primaryKeyValues
Deprecated.protected List<ITabularSourceField>
searchableFields
Deprecated.protected List<SearchContent>
searchContents
Deprecated.protected ISourceData
sourceData
Deprecated.protected TabularSource<ITabularSourceField>
tabularSource
Deprecated.
-
Constructor Summary
Constructors Constructor Description DouiTabularSourceSearchContentFiller()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
addAttachmentGroup(Collection<SearchContentAttachment> attachments)
Deprecated.Add attachments insearchContents
.protected void
addField(SearchContentField field)
Deprecated.protected void
addFieldGroup(List<SearchContentField> fields)
Deprecated.protected void
addFieldGroups(List<List<SearchContentField>> fields)
Deprecated.protected void
addIdField()
Deprecated.protected void
addIdField(SearchContent searchContent, String searchContentId)
Deprecated.protected void
addLanguageField()
Deprecated.protected void
addPortalConfigPathField()
Deprecated.protected void
addPrincipalField()
Deprecated.Adds theIDouiIndexer.FIELDNAME_PRINCIPAL
field to theSearchContent
being indexed.protected void
addPublishStartDateField()
Deprecated.Adds a publish start date field, if thetabularSource
contains a field that contains an attributeisPublishStartDate
with the valuetrue
protected void
addSearchableFields()
Deprecated.protected void
addServiceInstanceField(boolean forAdd)
Deprecated.protected void
addStatusField()
Deprecated.protected void
addSubtitleField()
Deprecated.protected void
addTitleField()
Deprecated.protected void
addUrlField()
Deprecated.protected List<String>
getContentIds()
Deprecated.protected String
getContentUrl(String serviceInstanceId)
Deprecated.protected String
getHyperlinkItemId()
Deprecated.protected void
getPrimaryKeyValues()
Deprecated.protected Collection<String>
getSearchContentIds()
Deprecated.List<SearchContent>
getSearchContentsForAdd()
Deprecated.List<SearchContent>
getSearchContentsForRemove()
Deprecated.void
init(ISourceData sourceData, Source source)
Deprecated.protected String
parseField(ITabularSourceField field)
Deprecated.
-
-
-
Field Detail
-
sourceData
protected ISourceData sourceData
Deprecated.
-
tabularSource
protected TabularSource<ITabularSourceField> tabularSource
Deprecated.
-
searchContents
protected List<SearchContent> searchContents
Deprecated.
-
initialized
protected boolean initialized
Deprecated.
-
searchableFields
protected List<ITabularSourceField> searchableFields
Deprecated.
-
-
Method Detail
-
init
public void init(ISourceData sourceData, Source source) throws PortalException
Deprecated.- Specified by:
init
in interfaceISourceSearchContentFiller
- Throws:
PortalException
-
getSearchContentsForAdd
public List<SearchContent> getSearchContentsForAdd() throws PortalException
Deprecated.- Specified by:
getSearchContentsForAdd
in interfaceISourceSearchContentFiller
- Throws:
PortalException
-
getSearchContentsForRemove
public List<SearchContent> getSearchContentsForRemove() throws PortalException
Deprecated.- Specified by:
getSearchContentsForRemove
in interfaceISourceSearchContentFiller
- Throws:
PortalException
-
getPrimaryKeyValues
protected void getPrimaryKeyValues()
Deprecated.
-
addIdField
protected void addIdField() throws PortalException
Deprecated.- Throws:
PortalException
-
addIdField
protected void addIdField(SearchContent searchContent, String searchContentId)
Deprecated.
-
getSearchContentIds
protected Collection<String> getSearchContentIds() throws PortalException
Deprecated.- Throws:
PortalException
-
parseField
protected String parseField(ITabularSourceField field)
Deprecated.
-
addSearchableFields
protected void addSearchableFields() throws PortalException
Deprecated.- Throws:
PortalException
-
addTitleField
protected void addTitleField() throws PortalException
Deprecated.- Throws:
PortalException
-
addSubtitleField
protected void addSubtitleField() throws PortalException
Deprecated.- Throws:
PortalException
-
addUrlField
protected void addUrlField() throws PortalException
Deprecated.- Throws:
PortalException
-
getContentUrl
protected String getContentUrl(String serviceInstanceId) throws PortalException
Deprecated.- Throws:
PortalException
-
getHyperlinkItemId
protected String getHyperlinkItemId() throws PortalException
Deprecated.- Throws:
PortalException
-
addPortalConfigPathField
protected void addPortalConfigPathField() throws PortalException
Deprecated.- Throws:
PortalException
-
addServiceInstanceField
protected void addServiceInstanceField(boolean forAdd) throws PortalException
Deprecated.- Throws:
PortalException
-
addStatusField
protected void addStatusField() throws PortalException
Deprecated.- Throws:
PortalException
-
addLanguageField
protected void addLanguageField() throws PortalException
Deprecated.- Throws:
PortalException
-
addPublishStartDateField
protected void addPublishStartDateField() throws PortalException
Deprecated.Adds a publish start date field, if thetabularSource
contains a field that contains an attributeisPublishStartDate
with the valuetrue
- Throws:
PortalException
- Since:
- 6.0.0
-
addPrincipalField
protected void addPrincipalField() throws PortalException
Deprecated.Adds theIDouiIndexer.FIELDNAME_PRINCIPAL
field to theSearchContent
being indexed. By default adds theGroupConfig.GROUP_ALL_USERS_ID
as the principal.- Throws:
PortalException
- Since:
- 7.0.0
-
addField
protected void addField(SearchContentField field) throws PortalException
Deprecated.- Throws:
PortalException
-
addFieldGroup
protected void addFieldGroup(List<SearchContentField> fields) throws PortalException
Deprecated.- Throws:
PortalException
-
addFieldGroups
protected void addFieldGroups(List<List<SearchContentField>> fields) throws PortalException
Deprecated.- Throws:
PortalException
-
addAttachmentGroup
protected void addAttachmentGroup(Collection<SearchContentAttachment> attachments) throws PortalException
Deprecated.Add attachments insearchContents
.- Parameters:
attachments
- the attachments to add.- Throws:
PortalException
- Since:
- 4.2.2
-
-