com.liferay.client.soap.portal.service.http
Interface OrgLaborServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_OrgLaborServiceSoapBindingImpl, Portal_OrgLaborServiceSoapBindingStub

public interface OrgLaborServiceSoap
extends java.rmi.Remote


Method Summary
 OrgLaborSoap 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)
           
 OrgLaborSoap getOrgLabor(long orgLaborId)
           
 OrgLaborSoap[] getOrgLabors(long organizationId)
           
 OrgLaborSoap 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)
           
 

Method Detail

addOrgLabor

OrgLaborSoap 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 java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteOrgLabor

void deleteOrgLabor(long orgLaborId)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrgLabor

OrgLaborSoap getOrgLabor(long orgLaborId)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrgLabors

OrgLaborSoap[] getOrgLabors(long organizationId)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateOrgLabor

OrgLaborSoap 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 java.rmi.RemoteException
Throws:
java.rmi.RemoteException