|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.OrgLaborServiceWrapper
public class OrgLaborServiceWrapper
This class is a wrapper for OrgLaborService
.
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 |
---|
public OrgLaborServiceWrapper(OrgLaborService orgLaborService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface OrgLaborService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface OrgLaborService
beanIdentifier
- the Spring bean ID for this beanpublic 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
addOrgLabor
in interface OrgLaborService
PortalException
SystemException
public void deleteOrgLabor(long orgLaborId) throws PortalException, SystemException
deleteOrgLabor
in interface OrgLaborService
PortalException
SystemException
public OrgLabor getOrgLabor(long orgLaborId) throws PortalException, SystemException
getOrgLabor
in interface OrgLaborService
PortalException
SystemException
public List<OrgLabor> getOrgLabors(long organizationId) throws PortalException, SystemException
getOrgLabors
in interface OrgLaborService
PortalException
SystemException
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
updateOrgLabor
in interface OrgLaborService
PortalException
SystemException
public OrgLaborService getWrappedOrgLaborService()
getWrappedService()
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 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |