Examples of PersonalContourMaker


Examples of com.projity.pm.assignment.functor.PersonalContourMaker

  public void makeContourPersonal() {
//    if (getWorkContour().isPersonal())
//      return;
    Object type = WORK;
    ContourBucketIntervalGenerator contourGenerator = contourGeneratorInstance(type); //contour
    PersonalContourMaker contourBuilder = PersonalContourMaker.getInstance(this, contourGenerator);
    Query.getInstance()
      .selectFrom(SelectFrom.getInstance()
            .select(contourBuilder)
            .from(contourGenerator)
            .all())
      .execute();

    newDetail().setContour(type,contourBuilder.getList());
    detail.recalculateDuration();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.