public class EntitlementCertificationStats extends CertificationStats
Constructor and Description |
---|
EntitlementCertificationStats()
Constructor default required for searialization
|
EntitlementCertificationStats(long certId,
java.lang.String taskUid)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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) |
public EntitlementCertificationStats()
public EntitlementCertificationStats(long certId, java.lang.String taskUid)
certId
- taskUid
- public void computePercentComplete()
public java.lang.Double computeEntDefnPercentComplete(long uEntAsgnTotal, long uEntAsgnComplete)
public double getEntDefnPercentComplete(long entDefnEntityId)
entDefnEntityId
- public void setEntDefnPercentCompleteMap(java.util.Map tmpMap)
public long getEntDefnEntAsgnTotal(long entDefnEntityId)
entDefnEntityId
- public void setEntDefnEntAsgnTotalMap(java.util.Map tmpMap)
public double getPercentComplete()
getPercentComplete
in class CertificationStats
public void setEntitlementDefnTotal(long entitlementDefnTotal)
public long getEntitlementDefnTotal()
public void setEntitlementDefnComplete(long entitlementDefnComplete)
public long getEntitlementDefnComplete()
public void setEntitlementAsgnTotal(long entitlementAsgnTotal)
public long getEntitlementAsgnTotal()
public void setEntitlementAsgnComplete(long entitlementAsgnComplete)
public long getEntitlementAsgnComplete()