Package oracle.iam.certification.vo
Class EntitlementCertificationStats
java.lang.Object
oracle.iam.certification.vo.CertificationStats
oracle.iam.certification.vo.EntitlementCertificationStats
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor default required for searializationEntitlementCertificationStats(long certId, String taskUid) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncomputeEntDefnPercentComplete(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: EntitlementAsgnvoidCompute percent complete as the ratio of total count to total complete for all "line item details" Line item details: EntAsgnlonggetEntDefnEntAsgnTotal(long entDefnEntityId) Return EntAsgn total for specified EntDefndoublegetEntDefnPercentComplete(long entDefnEntityId) Return percent complete for specified userlonglonglonglongdoublevoidsetEntDefnEntAsgnTotalMap(Map<Long, Long> tmpMap) voidsetEntDefnPercentCompleteMap(Map<Long, Double> tmpMap) voidsetEntitlementAsgnComplete(long entitlementAsgnComplete) voidsetEntitlementAsgnTotal(long entitlementAsgnTotal) voidsetEntitlementDefnComplete(long entitlementDefnComplete) voidsetEntitlementDefnTotal(long entitlementDefnTotal)
-
Constructor Details
-
EntitlementCertificationStats
public EntitlementCertificationStats()Constructor default required for searialization -
EntitlementCertificationStats
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
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
-
getEntDefnEntAsgnTotal
public long getEntDefnEntAsgnTotal(long entDefnEntityId) Return EntAsgn total for specified EntDefn- Parameters:
entDefnEntityId-- Returns:
- total count for the EntDefn
-
setEntDefnEntAsgnTotalMap
-
getPercentComplete
public double getPercentComplete()- Specified by:
getPercentCompletein classCertificationStats
-
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()
-