@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface OrgLaborService extends BaseService
OrgLaborServiceUtil,
OrgLaborServiceBaseImpl,
com.liferay.portal.service.impl.OrgLaborServiceImpl| Modifier and Type | Method and Description |
|---|---|
OrgLabor |
addOrgLabor(long organizationId,
int 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) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
OrgLabor |
getOrgLabor(long orgLaborId) |
java.util.List<OrgLabor> |
getOrgLabors(long organizationId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
OrgLabor |
updateOrgLabor(long orgLaborId,
int 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) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanOrgLabor addOrgLabor(long organizationId, int 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, SystemException
PortalExceptionSystemExceptionvoid deleteOrgLabor(long orgLaborId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) OrgLabor getOrgLabor(long orgLaborId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<OrgLabor> getOrgLabors(long organizationId) throws PortalException, SystemException
PortalExceptionSystemExceptionOrgLabor updateOrgLabor(long orgLaborId, int 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, SystemException
PortalExceptionSystemException