Liferay 6.0-ee

com.liferay.portal.service
Class OrgLaborServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.OrgLaborServiceWrapper
All Implemented Interfaces:
OrgLaborService

public class OrgLaborServiceWrapper
extends Object
implements OrgLaborService

This class is a wrapper for OrgLaborService.

See Also:
OrgLaborService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
OrgLaborServiceWrapper(OrgLaborService orgLaborService)
           
 
Method Summary
 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)
           
 OrgLabor getOrgLabor(long orgLaborId)
           
 List<OrgLabor> getOrgLabors(long organizationId)
           
 OrgLaborService getWrappedOrgLaborService()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgLaborServiceWrapper

public OrgLaborServiceWrapper(OrgLaborService orgLaborService)
Method Detail

addOrgLabor

public 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 PortalException,
                            SystemException
Specified by:
addOrgLabor in interface OrgLaborService
Throws:
PortalException
SystemException

deleteOrgLabor

public void deleteOrgLabor(long orgLaborId)
                    throws PortalException,
                           SystemException
Specified by:
deleteOrgLabor in interface OrgLaborService
Throws:
PortalException
SystemException

getOrgLabor

public OrgLabor getOrgLabor(long orgLaborId)
                     throws PortalException,
                            SystemException
Specified by:
getOrgLabor in interface OrgLaborService
Throws:
PortalException
SystemException

getOrgLabors

public List<OrgLabor> getOrgLabors(long organizationId)
                            throws PortalException,
                                   SystemException
Specified by:
getOrgLabors in interface OrgLaborService
Throws:
PortalException
SystemException

updateOrgLabor

public 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)
                        throws PortalException,
                               SystemException
Specified by:
updateOrgLabor in interface OrgLaborService
Throws:
PortalException
SystemException

getWrappedOrgLaborService

public OrgLaborService getWrappedOrgLaborService()

Liferay 6.0-ee