@ProviderType
public class OrgLaborServiceUtil
extends Object
OrgLaborServiceImpl
and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.OrgLaborService
,
OrgLaborServiceBaseImpl
,
OrgLaborServiceImpl
Constructor and Description |
---|
OrgLaborServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static OrgLabor |
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) |
static void |
deleteOrgLabor(long orgLaborId) |
static OrgLabor |
getOrgLabor(long orgLaborId) |
static List<OrgLabor> |
getOrgLabors(long organizationId) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static OrgLaborService |
getService() |
static OrgLabor |
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) |
public static OrgLabor 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) throws PortalException
PortalException
public static void deleteOrgLabor(long orgLaborId) throws PortalException
PortalException
public static OrgLabor getOrgLabor(long orgLaborId) throws PortalException
PortalException
public static List<OrgLabor> getOrgLabors(long organizationId) throws PortalException
PortalException
public static String getOSGiServiceIdentifier()
public static OrgLabor 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) throws PortalException
PortalException
public static OrgLaborService getService()