|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.OrgLaborServiceWrapper
@ProviderType public class OrgLaborServiceWrapper
Provides a wrapper for OrgLaborService.
OrgLaborService| Constructor Summary | |
|---|---|
OrgLaborServiceWrapper(OrgLaborService orgLaborService)
|
|
| 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)
|
void |
deleteOrgLabor(long orgLaborId)
|
OrgLabor |
getOrgLabor(long orgLaborId)
|
List<OrgLabor> |
getOrgLabors(long organizationId)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
OrgLaborService |
getWrappedOrgLaborService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
OrgLaborService |
getWrappedService()
|
void |
setWrappedOrgLaborService(OrgLaborService orgLaborService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.OrgLaborService) |
void |
setWrappedService(OrgLaborService orgLaborService)
|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrgLaborServiceWrapper(OrgLaborService orgLaborService)
| Method Detail |
|---|
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
addOrgLabor in interface OrgLaborServicePortalException
public void deleteOrgLabor(long orgLaborId)
throws PortalException
deleteOrgLabor in interface OrgLaborServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface OrgLaborService
public OrgLabor getOrgLabor(long orgLaborId)
throws PortalException
getOrgLabor in interface OrgLaborServicePortalException
public List<OrgLabor> getOrgLabors(long organizationId)
throws PortalException
getOrgLabors in interface OrgLaborServicePortalException
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
updateOrgLabor in interface OrgLaborServicePortalException@Deprecated public OrgLaborService getWrappedOrgLaborService()
getWrappedService()
@Deprecated public void setWrappedOrgLaborService(OrgLaborService orgLaborService)
setWrappedService(com.liferay.portal.service.OrgLaborService)
public OrgLaborService getWrappedService()
getWrappedService in interface ServiceWrapper<OrgLaborService>public void setWrappedService(OrgLaborService orgLaborService)
setWrappedService in interface ServiceWrapper<OrgLaborService>
|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||