java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.SchedulingUserHelper

public class SchedulingUserHelper extends Object
Helper object to retrieve the scheduling user's surname and name starting from the serial number.
Since:
11.0
  • Field Details

  • 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

      protected void initialize(Collection<String> identificationNumbers, PoolKit poolKit)
    • getSurnameNameFromId

      public String getSurnameNameFromId(String identificationNumber)
      Returns the surname and the name of the scheduling user starting from the serial number.
      Parameters:
      identificationNumber - the BOSchedulingUser identification number
      Returns:
      the surname and name related to the serial number
    • getSurnameNamesFromListIds

      public String getSurnameNamesFromListIds(List<String> ids)
      Returns a list with the surnames and names of the scheduling users starting from the serial numbers.
      Parameters:
      ids - the BOSchedulingUser serial numbers
      Returns:
      the surnames and names related to the serial numbers
    • getSurnameNamesFromListIds

      public String getSurnameNamesFromListIds(Collection<String> ids)
      Returns a list with the surnames and names of the scheduling users starting from the serial numbers.
      Parameters:
      ids - the BOSchedulingUser serial numbers as a collection
      Returns:
      the surnames and names related to the serial numbers