Class SchedulingUserHelper
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.SchedulingUserHelper
Helper object to retrieve the scheduling user's surname and name starting
from the serial number.
- Since:
- 11.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSurnameNameFromId(String identificationNumber) Returns the surname and the name of the scheduling user starting from the serial number.Returns a list with the surnames and names of the scheduling users starting from the serial numbers.Returns a list with the surnames and names of the scheduling users starting from the serial numbers.protected voidinitialize(Collection<String> identificationNumbers, PoolKit poolKit) static SchedulingUserHelpermakeSchedulingUserHelper(Collection<String> identificationNumbers) static SchedulingUserHelpermakeSchedulingUserHelper(Collection<String> identificationNumbers, PoolKit poolKit)
-
Field Details
-
LOG
-
-
Constructor Details
-
SchedulingUserHelper
public SchedulingUserHelper()
-
-
Method Details
-
makeSchedulingUserHelper
public static SchedulingUserHelper makeSchedulingUserHelper(Collection<String> identificationNumbers) -
makeSchedulingUserHelper
public static SchedulingUserHelper makeSchedulingUserHelper(Collection<String> identificationNumbers, PoolKit poolKit) -
initialize
-
getSurnameNameFromId
Returns the surname and the name of the scheduling user starting from the serial number.- Parameters:
identificationNumber- theBOSchedulingUseridentification number- Returns:
- the surname and name related to the serial number
-
getSurnameNamesFromListIds
Returns a list with the surnames and names of the scheduling users starting from the serial numbers.- Parameters:
ids- theBOSchedulingUserserial numbers- Returns:
- the surnames and names related to the serial numbers
-
getSurnameNamesFromListIds
Returns a list with the surnames and names of the scheduling users starting from the serial numbers.- Parameters:
ids- theBOSchedulingUserserial numbers as a collection- Returns:
- the surnames and names related to the serial numbers
-