Package oracle.iam.certification.vo
Class AppInstCertificationStats
java.lang.Object
oracle.iam.certification.vo.CertificationStats
oracle.iam.certification.vo.AppInstCertificationStats
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeAppInstPercentComplete
(long uAcctTotal, long uAcctComplete, long uEntAsgnTotal, long uEntAsgnComplete) Compute appInst percent complete as the ratio of total count to total complete for all "line item details" Line item details: Account, EntAsgnvoid
Compute percent complete as the ratio of total count to total complete for all "line item details" Line item details: RoleAsgn, Account, EntitlementAsgn, AccessPolicy, AccessPolicyEntitlementDefnlong
long
long
getAppInstAcctTotal
(long appInstEntityId) Return account total for specified appInstlong
long
getAppInstEntAsgnTotal
(long appInstEntityId) Return EntAsgn total for specified appInstdouble
getAppInstPercentComplete
(long appInstEntityId) Return percent complete for specified appInstlong
long
long
double
void
setAccountComplete
(long accountComplete) void
setAccountTotal
(long accountTotal) void
setAppInstAcctTotalMap
(Map<Long, Long> tmpMap) void
setAppInstComplete
(long appInstComplete) void
setAppInstEntAsgnTotalMap
(Map<Long, Long> tmpMap) void
setAppInstPercentCompleteMap
(Map<Long, Double> tmpMap) void
setAppInstTotal
(long appInstTotal) void
setEntitlementAsgnComplete
(long entitlementAsgnComplete) void
setEntitlementAsgnTotal
(long entitlementAsgnTotal)
-
Constructor Details
-
AppInstCertificationStats
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: RoleAsgn, Account, EntitlementAsgn, AccessPolicy, AccessPolicyEntitlementDefn -
computeAppInstPercentComplete
public Double computeAppInstPercentComplete(long uAcctTotal, long uAcctComplete, long uEntAsgnTotal, long uEntAsgnComplete) Compute appInst percent complete as the ratio of total count to total complete for all "line item details" Line item details: Account, EntAsgn -
getAppInstPercentComplete
public double getAppInstPercentComplete(long appInstEntityId) Return percent complete for specified appInst- Parameters:
appInstEntityId
-- Returns:
- Percent complete for the user
-
setAppInstPercentCompleteMap
-
getAppInstAcctTotal
public long getAppInstAcctTotal(long appInstEntityId) Return account total for specified appInst- Parameters:
appInstEntityId
-- Returns:
- total count for the appInst
-
setAppInstAcctTotalMap
-
getAppInstEntAsgnTotal
public long getAppInstEntAsgnTotal(long appInstEntityId) Return EntAsgn total for specified appInst- Parameters:
appInstEntityId
-- Returns:
- total count for the appInst
-
setAppInstEntAsgnTotalMap
-
getPercentComplete
public double getPercentComplete()- Specified by:
getPercentComplete
in classCertificationStats
-
setAppInstTotal
public void setAppInstTotal(long appInstTotal) -
getAppInstTotal
public long getAppInstTotal() -
setAppInstComplete
public void setAppInstComplete(long appInstComplete) -
getAppInstComplete
public long getAppInstComplete() -
setAccountTotal
public void setAccountTotal(long accountTotal) -
getAccountTotal
public long getAccountTotal() -
setAccountComplete
public void setAccountComplete(long accountComplete) -
getAccountComplete
public long getAccountComplete() -
setEntitlementAsgnTotal
public void setEntitlementAsgnTotal(long entitlementAsgnTotal) -
getEntitlementAsgnTotal
public long getEntitlementAsgnTotal() -
setEntitlementAsgnComplete
public void setEntitlementAsgnComplete(long entitlementAsgnComplete) -
getEntitlementAsgnComplete
public long getEntitlementAsgnComplete()
-