| com.liferay.portal.service.OrgLaborService
All known Subclasses: com.liferay.portal.service.base.OrgLaborServiceBaseImpl,
OrgLaborService | public interface OrgLaborService (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portal.service.impl.OrgLaborServiceImpl .
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. 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: com.liferay.portal.service.OrgLaborServiceFactory See Also: com.liferay.portal.service.OrgLaborServiceUtil |
Method Summary | |
public com.liferay.portal.model.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) | public void | deleteOrgLabor(long orgLaborId) | public com.liferay.portal.model.OrgLabor | getOrgLabor(long orgLaborId) | public java.util.List | getOrgLabors(long organizationId) | public com.liferay.portal.model.OrgLabor | updateOrgLabor(long orgLaborId, 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) |
addOrgLabor | public com.liferay.portal.model.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) throws java.rmi.RemoteException, com.liferay.portal.SystemException, com.liferay.portal.PortalException(Code) | | |
updateOrgLabor | public com.liferay.portal.model.OrgLabor updateOrgLabor(long orgLaborId, 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 java.rmi.RemoteException, com.liferay.portal.SystemException, com.liferay.portal.PortalException(Code) | | |
|
|