Skip navigation links


oracle.iam.certification.vo
Class EntitlementCertificationStats

java.lang.Object
  extended by oracle.iam.certification.vo.CertificationStats
      extended by oracle.iam.certification.vo.EntitlementCertificationStats

All Implemented Interfaces:
java.io.Serializable

public class EntitlementCertificationStats
extends CertificationStats
See Also:
Serialized Form

Constructor Summary
EntitlementCertificationStats()
          Constructor default required for searialization
EntitlementCertificationStats(long certId, java.lang.String taskUid)
          Constructor

 

Method Summary
 java.lang.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
 void computePercentComplete()
          Compute percent complete as the ratio of total count to total complete for all "line item details" Line item details: EntAsgn
 long getEntDefnEntAsgnTotal(long entDefnEntityId)
          Return EntAsgn total for specified EntDefn
 double getEntDefnPercentComplete(long entDefnEntityId)
          Return percent complete for specified user
 long getEntitlementAsgnComplete()
           
 long getEntitlementAsgnTotal()
           
 long getEntitlementDefnComplete()
           
 long getEntitlementDefnTotal()
           
 double getPercentComplete()
           
 void setEntDefnEntAsgnTotalMap(java.util.Map tmpMap)
           
 void setEntDefnPercentCompleteMap(java.util.Map tmpMap)
           
 void setEntitlementAsgnComplete(long entitlementAsgnComplete)
           
 void setEntitlementAsgnTotal(long entitlementAsgnTotal)
           
 void setEntitlementDefnComplete(long entitlementDefnComplete)
           
 void setEntitlementDefnTotal(long entitlementDefnTotal)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EntitlementCertificationStats

public EntitlementCertificationStats()
Constructor default required for searialization

EntitlementCertificationStats

public EntitlementCertificationStats(long certId,
                                     java.lang.String taskUid)
Constructor
Parameters:
certId -
taskUid -

Method Detail

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 java.lang.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(java.util.Map 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(java.util.Map 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()

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.