@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface OrgLaborService extends BaseService
OrgLaborServiceUtil
,
OrgLaborServiceBaseImpl
,
OrgLaborServiceImpl
Modifier and Type | Method and Description |
---|---|
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) |
void |
deleteOrgLabor(long orgLaborId) |
OrgLabor |
getOrgLabor(long orgLaborId) |
List<OrgLabor> |
getOrgLabors(long organizationId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
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) |
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
void deleteOrgLabor(long orgLaborId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) OrgLabor getOrgLabor(long orgLaborId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) List<OrgLabor> getOrgLabors(long organizationId) throws PortalException
PortalException
String getOSGiServiceIdentifier()
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