|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CptlException in com.met.cptl |
---|
Methods in com.met.cptl that throw CptlException | |
---|---|
CptlResult |
CptlManager.calcDeductions(EmployeeData empInfo)
|
CptlResult |
Cptl.calcDeductions(EmployeeData empInfo)
calcDeductions(EmployeeData empInfo) returns a CptlResult object with results of calculated required CRA payroll deductions, including deduction amounts for Canada Pension Plan (CPP), Employment Insurance (EI), and Income Tax (federal and Provincial/Territorial, excluding Quebec). |
int |
CptlManager.calcIndexedTD1Claim(int TD1BaseClaim,
int TD1NoIndexAmount)
|
int |
Cptl.calcIndexedTD1Claim(int TD1BaseClaim,
int TD1NoIndexAmount)
calcIndexedTD1Claim(int TD1BaseClaim, int TD1NoIndexAmount) returns the current year's indexed federal TD1 Claim Amount for the specified previous year TD1 total claim amount (TD1BaseClaim) and non-indexable previous year TD1 claim amount (TD1NoIndexAmount). |
int |
CptlManager.calcIndexedTD1PClaim(java.lang.String aProv,
int TD1PBaseClaim,
int TD1PNoIndexAmount)
|
int |
Cptl.calcIndexedTD1PClaim(java.lang.String aProv,
int TD1PBaseClaim,
int TD1PNoIndexAmount)
calcIndexedTD1PClaim(String aProv, int TD1PBaseClaim, int TD1PNoIndexAmount) returns the current year's indexed provincial/territorial TD1P Claim Amount for the specified province (aProv), previous year TD1P total claim amount (TD1PBaseClaim) and non-indexable previous year TD1P claim amount (TD1PNoIndexAmount). |
com.met.cptl.v2014B.Cptl |
CptlManager.getCptlInstance(java.util.Date aDate)
getCptlInstance(Date aDate) returns the applicable 'version' instance of the Cptl class, based on a user-specified payroll payment date as the input parameter. |
java.lang.String |
CptlManager.getEffDate()
|
java.lang.String |
Cptl.getEffDate()
getEffDate() returns a string value in the ISO 8601 date format YYYY-MM-DD, which indicates the effective date for this version of CptlManager instance. |
int |
CptlManager.getMaxCPP()
|
int |
Cptl.getMaxCPP()
getMaxCPP() returns an integer value equal to the maximum annual employee CPP deduction for the current taxation year. |
int |
CptlManager.getMaxCPPearnings()
|
int |
Cptl.getMaxCPPearnings()
getMaxCPPearnings() returns an integer value equal to the maximum annual employee CPP pensionable earnings for the current taxation year. |
int |
CptlManager.getMaxEI(java.lang.String aProv)
|
int |
Cptl.getMaxEI(java.lang.String aProv)
getMaxEI(String aProv) returns an integer value equal to the maximum annual employee EI deduction for the current taxation year. |
int |
CptlManager.getMaxEIearnings(java.lang.String aProv)
|
int |
Cptl.getMaxEIearnings(java.lang.String aProv)
getMaxEIearnings(String aProv) returns an integer value equal to the maximum annual employee EI insurable earnings for the current taxation year. |
java.lang.String |
CptlManager.getStartEffDate()
getStartEffDate() returns a string value in the ISO 8601 date format YYYY-MM-DD, which indicates the earliest effective date for this CptlManager instance. |
int |
CptlManager.getTaxYear()
|
int |
Cptl.getTaxYear()
getTaxYear() returns the taxation year the current CptlManager has been released for. |
int |
CptlManager.getTD1Claim(int claimCode)
|
int |
Cptl.getTD1Claim(int claimCode)
getTD1Claim(int claimCode) returns the value of the federal TD1 Claim Amount associated with the specified TD1 claim code. |
int |
CptlManager.getTD1ClaimCode(int TD1_ClaimAmount)
|
int |
Cptl.getTD1ClaimCode(int TD1_ClaimAmount)
getTD1ClaimCode(int TD1_ClaimAmount) returns the federal TD1 Claim Code associated with the specified TD1 claim amount. |
int |
CptlManager.getTD1ClaimRange(int claimCode)
|
int |
Cptl.getTD1ClaimRange(int claimCode)
getTD1ClaimRange(int claimCode) returns the upper value of the federal TD1 Claim Code range associated with the specified TD1 claim code. |
int |
CptlManager.getTD1PClaim(java.lang.String aProv,
int claimCode)
|
int |
Cptl.getTD1PClaim(java.lang.String aProv,
int claimCode)
getTD1PClaim(String aProv, int claimCode) returns the value of the provincial/territorial TD1P Claim Amount associated with the specified province and TD1P claim code. |
int |
CptlManager.getTD1PClaimCode(java.lang.String aProv,
int TD1P_ClaimAmount)
|
int |
Cptl.getTD1PClaimCode(java.lang.String aProv,
int TD1P_ClaimAmount)
getTD1PClaimCode(String aProv, int TD1P_ClaimAmount) feturns the provincial/territorial TD1P Claim Code associated with the specified TD1P claim amount. |
int |
CptlManager.getTD1PClaimRange(java.lang.String aProv,
int claimCode)
|
int |
Cptl.getTD1PClaimRange(java.lang.String aProv,
int claimCode)
getTD1PClaimRange(String aProv, int claimCode) returns the upper value of the provincial/territorial TD1P Claim Code range associated with the specified TD1P claim code. |
java.lang.String |
CptlManager.getVersion()
|
java.lang.String |
Cptl.getVersion()
getVersion() returns the version identification string for the current CptlManager instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |