Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class OrgLaborLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.OrgLaborLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, OrgLaborLocalService, PersistedModelLocalService

public class OrgLaborLocalServiceImpl
extends OrgLaborLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl
counterLocalService, listTypeLocalService, listTypePersistence, orgLaborLocalService, orgLaborPersistence, persistedModelLocalServiceRegistry
 
Constructor Summary
OrgLaborLocalServiceImpl()
           
 
Method Summary
 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)
           
 List<OrgLabor> getOrgLabors(long organizationId)
           
 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)
           
protected  void validate(long typeId)
           
 
Methods inherited from class com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl
addOrgLabor, afterPropertiesSet, createOrgLabor, deleteOrgLabor, deleteOrgLabor, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchOrgLabor, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getListTypeLocalService, getListTypePersistence, getModelClass, getModelClassName, getOrgLabor, getOrgLaborLocalService, getOrgLaborPersistence, getOrgLabors, getOrgLaborsCount, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setCounterLocalService, setListTypeLocalService, setListTypePersistence, setOrgLaborLocalService, setOrgLaborPersistence, updateOrgLabor
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgLaborLocalServiceImpl

public OrgLaborLocalServiceImpl()
Method Detail

addOrgLabor

public 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
Throws:
PortalException

getOrgLabors

public List<OrgLabor> getOrgLabors(long organizationId)

updateOrgLabor

public 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
Throws:
PortalException

validate

protected void validate(long typeId)
                 throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4