Package step.core.plans
Class LayeredPlanAccessor
- java.lang.Object
-
- step.core.accessors.LayeredAccessor<Plan>
-
- step.core.plans.LayeredPlanAccessor
-
- All Implemented Interfaces:
step.core.accessors.Accessor<Plan>
,PlanAccessor
public class LayeredPlanAccessor extends step.core.accessors.LayeredAccessor<Plan> implements PlanAccessor
-
-
Constructor Summary
Constructors Constructor Description LayeredPlanAccessor()
LayeredPlanAccessor(List<PlanAccessor> accessors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<Plan>
getVisiblePlans()
-
Methods inherited from class step.core.accessors.LayeredAccessor
addAccessor, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAccessorForPersistence, getAll, getRange, layeredLookup, layeredMerge, layeredStreamMerge, pushAccessor, remove, save, save, stream
-
-
-
-
Constructor Detail
-
LayeredPlanAccessor
public LayeredPlanAccessor()
-
LayeredPlanAccessor
public LayeredPlanAccessor(List<PlanAccessor> accessors)
-
-
Method Detail
-
getVisiblePlans
public Stream<Plan> getVisiblePlans()
- Specified by:
getVisiblePlans
in interfacePlanAccessor
-
-