Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class OrgLaborServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.OrgLaborServiceWrapper
All Implemented Interfaces:
BaseService, OrgLaborService, ServiceWrapper<OrgLaborService>

public class OrgLaborServiceWrapper
extends Object
implements OrgLaborService, ServiceWrapper<OrgLaborService>

This class is a wrapper for OrgLaborService.

See Also:
OrgLaborService

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)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 OrgLabor getOrgLabor(long orgLaborId)
           
 List<OrgLabor> getOrgLabors(long organizationId)
           
 OrgLaborService getWrappedOrgLaborService()
          Deprecated. Renamed to getWrappedService()
 OrgLaborService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedOrgLaborService(OrgLaborService orgLaborService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.OrgLaborService)
 void setWrappedService(OrgLaborService orgLaborService)
           
 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface OrgLaborService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface OrgLaborService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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()
Deprecated. Renamed to getWrappedService()


setWrappedOrgLaborService

public void setWrappedOrgLaborService(OrgLaborService orgLaborService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.OrgLaborService)


getWrappedService

public OrgLaborService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<OrgLaborService>

setWrappedService

public void setWrappedService(OrgLaborService orgLaborService)
Specified by:
setWrappedService in interface ServiceWrapper<OrgLaborService>

Liferay 6.1.2-ce-ga3