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: EntitlementAsgnvoid
Compute percent complete as the ratio of total count to total complete for all "line item details" Line item details: EntAsgnlong
getEntDefnEntAsgnTotal
(long entDefnEntityId) Return EntAsgn total for specified EntDefndouble
getEntDefnPercentComplete
(long entDefnEntityId) Return percent complete for specified userlong
long
long
long
double
void
setEntDefnEntAsgnTotalMap
(Map<Long, Long> tmpMap) void
setEntDefnPercentCompleteMap
(Map<Long, Double> tmpMap) void
setEntitlementAsgnComplete
(long entitlementAsgnComplete) void
setEntitlementAsgnTotal
(long entitlementAsgnTotal) void
setEntitlementDefnComplete
(long entitlementDefnComplete) void
setEntitlementDefnTotal
(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:
getPercentComplete
in 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()
-