Interface OrgLaborService

All Superinterfaces:
BaseService
All Known Implementing Classes:
OrgLaborServiceWrapper

Provides the remote service interface for OrgLabor. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Summary

    Modifier and Type
    Method
    Description
    addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
     
    void
    deleteOrgLabor(long orgLaborId)
     
    getOrgLabor(long orgLaborId)
     
    getOrgLabors(long organizationId)
     
    Returns the OSGi service identifier.
    updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)