Interface EffortProjectionService

All Known Implementing Classes:
EffortProjectionServiceImpl

public interface EffortProjectionService
  • Method Summary

    Modifier and Type
    Method
    Description
    getEffortProjection(Entity effort, String effortAssignment, String effortProjectionAssignment)
    get the projection amount of a Effort_projection_template try to get the template of the corresponding person if template is null, try to get the template of the corresponding type if template is null, try to get the template of assignment return Zero if no template has been found
  • Method Details

    • getEffortProjection

      BigDecimal getEffortProjection(Entity effort, String effortAssignment, String effortProjectionAssignment) throws NoEntityToLoadException
      get the projection amount of a Effort_projection_template try to get the template of the corresponding person if template is null, try to get the template of the corresponding type if template is null, try to get the template of assignment return Zero if no template has been found
      Parameters:
      effort - effort to get the valid projection from template
      effortAssignment - relation to de assignment
      effortProjectionAssignment - relation to project
      Returns:
      an BigDecimal value
      Throws:
      NoEntityToLoadException