Class WorkEffortKeywordIndex
- java.lang.Object
-
- org.apache.ofbiz.workeffort.workeffort.WorkEffortKeywordIndex
-
public class WorkEffortKeywordIndex extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description WorkEffortKeywordIndex()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addWeightedDataResourceString(GenericValue dataResource, int weight, java.util.List<java.lang.String> strings, Delegator delegator, GenericValue workEffort)
static void
addWeightedKeywordSourceString(GenericValue value, java.lang.String fieldName, java.util.List<java.lang.String> strings)
static void
indexKeywords(GenericValue workEffort)
-
-
-
Method Detail
-
indexKeywords
public static void indexKeywords(GenericValue workEffort) throws GenericEntityException
- Throws:
GenericEntityException
-
addWeightedDataResourceString
public static void addWeightedDataResourceString(GenericValue dataResource, int weight, java.util.List<java.lang.String> strings, Delegator delegator, GenericValue workEffort)
-
addWeightedKeywordSourceString
public static void addWeightedKeywordSourceString(GenericValue value, java.lang.String fieldName, java.util.List<java.lang.String> strings)
-
-