Class WorkEffortSearch
java.lang.Object
org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch
Utilities for WorkEffort search based on various constraints including assocs, features and keywords.
Search:
WorkEffort fields: workEffortTypeId, workEffortPurposeTypeId, scopeEnumId, ??others
WorkEffortKeyword - keyword search
WorkEffortAssoc.workEffortIdTo, workEffortIdFrom, workEffortAssocTypeId
Sub-tasks: WorkEffortAssoc.workEffortIdTo, workEffortIdFrom, workEffortAssocTypeId=WORK_EFF_BREAKDOWN for sub-tasks
OR: (specific assoc and all sub-tasks)
Sub-tasks: WorkEffort.workEffortParentId tree
WorkEffortGoodStandard.productId
WorkEffortPartyAssignment.partyId, roleTypeId
Planned for later:
WorkEffortFixedAssetAssign.fixedAssetId
WorkEffortContent.contentId, workEffortContentTypeId
WorkEffortBilling.invoiceId, invoiceItemSeqId
CommunicationEventWorkEff.communicationEventId
TimeEntry.partyId, rateTypeId, timesheetId, invoiceId, invoiceItemSeqId
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
getAllSubWorkEffortIds
(String workEffortId, Set<String> workEffortIdSet, Delegator delegator, Timestamp nowTimestamp) searchWorkEfforts
(List<? extends WorkEffortSearch.WorkEffortSearchConstraint> workEffortSearchConstraintList, WorkEffortSearch.ResultSortOrder resultSortOrder, Delegator delegator, String visitId)
-
Constructor Details
-
WorkEffortSearch
public WorkEffortSearch()
-
-
Method Details
-
searchWorkEfforts
public static ArrayList<String> searchWorkEfforts(List<? extends WorkEffortSearch.WorkEffortSearchConstraint> workEffortSearchConstraintList, WorkEffortSearch.ResultSortOrder resultSortOrder, Delegator delegator, String visitId) -
getAllSubWorkEffortIds
-