Class EntitlementCertificationStats

java.lang.Object
oracle.iam.certification.vo.CertificationStats
oracle.iam.certification.vo.EntitlementCertificationStats
All Implemented Interfaces:
Serializable

public class EntitlementCertificationStats extends CertificationStats
See Also:
  • Constructor Details

    • EntitlementCertificationStats

      public EntitlementCertificationStats()
      Constructor default required for searialization
    • EntitlementCertificationStats

      public EntitlementCertificationStats(long certId, String taskUid)
      Constructor
      Parameters:
      certId -
      taskUid -
  • Method Details

    • computePercentComplete

      public void computePercentComplete()
      Compute percent complete as the ratio of total count to total complete for all "line item details" Line item details: EntAsgn
    • computeEntDefnPercentComplete

      public Double computeEntDefnPercentComplete(long uEntAsgnTotal, long uEntAsgnComplete)
      Compute entDefn percent complete as the ratio of total count to total complete for all "line item details" Line item details: EntitlementAsgn
    • getEntDefnPercentComplete

      public double getEntDefnPercentComplete(long entDefnEntityId)
      Return percent complete for specified user
      Parameters:
      entDefnEntityId -
      Returns:
      Percent complete for the entDefn
    • setEntDefnPercentCompleteMap

      public void setEntDefnPercentCompleteMap(Map<Long,Double> tmpMap)
    • getEntDefnEntAsgnTotal

      public long getEntDefnEntAsgnTotal(long entDefnEntityId)
      Return EntAsgn total for specified EntDefn
      Parameters:
      entDefnEntityId -
      Returns:
      total count for the EntDefn
    • setEntDefnEntAsgnTotalMap

      public void setEntDefnEntAsgnTotalMap(Map<Long,Long> tmpMap)
    • getPercentComplete

      public double getPercentComplete()
      Specified by:
      getPercentComplete in class CertificationStats
    • setEntitlementDefnTotal

      public void setEntitlementDefnTotal(long entitlementDefnTotal)
    • getEntitlementDefnTotal

      public long getEntitlementDefnTotal()
    • setEntitlementDefnComplete

      public void setEntitlementDefnComplete(long entitlementDefnComplete)
    • getEntitlementDefnComplete

      public long getEntitlementDefnComplete()
    • setEntitlementAsgnTotal

      public void setEntitlementAsgnTotal(long entitlementAsgnTotal)
    • getEntitlementAsgnTotal

      public long getEntitlementAsgnTotal()
    • setEntitlementAsgnComplete

      public void setEntitlementAsgnComplete(long entitlementAsgnComplete)
    • getEntitlementAsgnComplete

      public long getEntitlementAsgnComplete()