| java.lang.Object | ||
| ↳ | org.mule.modules.workday.AbstractWorkdayModule | |
| ↳ | org.mule.modules.workday.benefits.BenefitsModule | |
Known Direct Subclasses
|
Known Indirect Subclasses
|
The Benefits Administration Web Service contains operations that expose Workday Human Capital Management Business Services benefits-related data.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| client | The client, mainly for mocking purposes. | ||||||||||
| username | The Workday account's username | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a Dependent.
| |||||||||||
Specifies the benefit jobs for a worker.
| |||||||||||
Initiates the "Change Benefits for Life Event" business process allowing
changes to benefit elections for an employee.
| |||||||||||
Connects to Workday
| |||||||||||
Disconnects
| |||||||||||
Updates a dependent.
| |||||||||||
Allows for enrollment into Retirement Savings Plans.
| |||||||||||
This service operation retrieves Benefits Annual Credits for one or more employees.
| |||||||||||
Retrieves Benefits Annual Rates for one or more employees.
| |||||||||||
Retrieves Benefits Individual Rates for one or more employees..
| |||||||||||
Connection identifier
| |||||||||||
A transaction to modify existing COBRA Eligibility or add new COBRA Eligibility Entries
| |||||||||||
This service operation creates a Benefit Annual Credit for one or more employees.
| |||||||||||
Creates a Benefit Annual Rate for one or more employees.
| |||||||||||
This service operation updates Benefits Individual Rates for one or more employees.
| |||||||||||
Adds new postal codes to an existing postal code set, or to create a new postal code set.
| |||||||||||
This service operation creates/updates Wellness Data for a given worker.
| |||||||||||
Validate connection
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.workday.AbstractWorkdayModule
| |||||||||||
From class
java.lang.Object
| |||||||||||
The Workday account's username
Adds a Dependent.
| dependent | Wrapper Element for the Add Dependent web service operation. The earliest effective date provided for an address will apply to all addresses, emails, web addresses, instant messengers and phone numbers. |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Specifies the benefit jobs for a worker.
| benefitJobs | Contains the request to change a worker's benefit jobs. Changing a worker's benefit jobs changes how the CRFs for benefit eligibility behave. If a worker has benefit jobs specified, then only the specified jobs will be used in the CRF calculations used to evaluate their benefit eligibility. If benefit jobs are not specified, then the HR Primary job is used for those CRFs. |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Initiates the "Change Benefits for Life Event" business process allowing changes to benefit elections for an employee. This service does not support incremental updates or defaults.
| benefits | Change benefits request |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Connects to Workday
| benefitsUser | Workday user |
|---|---|
| benefitsPassword | Workday password |
| benefitsEndpoint | Workday endpoint |
| benefitsWsdlLocation | Workday WSDL location |
| ConnectionException |
|---|
Disconnects
Updates a dependent.
| dependent | Wrapper element for the Edit Dependent web service operation. |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Allows for enrollment into Retirement Savings Plans. It updates incrementally from existing elections and carries forward prior elections unless they are explicitly changed or waived.
| retirementSavingsPlans | Enroll in Retirement Savings Plans Request |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
This service operation retrieves Benefits Annual Credits for one or more employees.
| getBenefitAnnualCreditsRequest | Wrapped element for the Get Benefit Annual Credits Request information |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Retrieves Benefits Annual Rates for one or more employees.
| benefitAnnualRatesRequest | Wrapper element for Get Benefit Annual Rates Request. |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Retrieves Benefits Individual Rates for one or more employees..
| benefitIndividualRatesRequest | Request element |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Connection identifier
A transaction to modify existing COBRA Eligibility or add new COBRA Eligibility Entries
| grantCobraElegibilityRequest | Grant COBRA Eligibility request |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
This service operation creates a Benefit Annual Credit for one or more employees.
| putBenefitAnnualCreditRequest | Wrapped element for the Put Benefit Annual Credit Request information |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Creates a Benefit Annual Rate for one or more employees.
| benefitAnnualRateRequest | Wrapper element for the Put Benefit Annual Rate Request information. |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
This service operation updates Benefits Individual Rates for one or more employees.
| putBenefitIndividualRateRequest | Wrapped element for the Put Benefit Individual Rate Request information |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
Adds new postal codes to an existing postal code set, or to create a new postal code set.
| postalCodeSetRequest | Wrapper element for the Put Postal Code Set request. |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
This service operation creates/updates Wellness Data for a given worker.
| putWorkerWellnessDataRequest | Wrapped element for the Put Worker Wellness Data Request information |
|---|
| WorkdayException | If an error during the operation occurs this exception is thrown |
|---|
| client |
|---|
| username |
|---|
Validate connection