wt.csm.businessentity.service
Interface BusinessEntityService

All Known Implementing Classes:
BusinessEntityServiceFwd, StandardBusinessEntityService

public interface BusinessEntityService



Supported API: false

Extendable: false


Method Summary
 BusinessEntityDefaultView createBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 void deleteBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView getBusinessEntity(AbstractLiteObject object)
          

Supported API: false
 BusinessEntityDefaultView getBusinessEntityById(String id)
          

Supported API: false
 BusinessEntityDefaultView refreshBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView updateBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 

Method Detail

createBusinessEntity

public BusinessEntityDefaultView createBusinessEntity(BusinessEntityDefaultView entity)
                                               throws RemoteException,
                                                      NotAuthorizedException,
                                                      WTException


Supported API: false

Parameters:
entity -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
NotAuthorizedException
WTException

updateBusinessEntity

public BusinessEntityDefaultView updateBusinessEntity(BusinessEntityDefaultView entity)
                                               throws RemoteException,
                                                      NotAuthorizedException,
                                                      WTException


Supported API: false

Parameters:
entity -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
NotAuthorizedException
WTException

refreshBusinessEntity

public BusinessEntityDefaultView refreshBusinessEntity(BusinessEntityDefaultView entity)
                                                throws RemoteException,
                                                       WTException


Supported API: false

Parameters:
entity -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
WTException

getBusinessEntity

public BusinessEntityDefaultView getBusinessEntity(AbstractLiteObject object)
                                            throws RemoteException,
                                                   WTException


Supported API: false

Parameters:
object -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
WTException

deleteBusinessEntity

public void deleteBusinessEntity(BusinessEntityDefaultView entity)
                          throws RemoteException,
                                 NotAuthorizedException,
                                 WTException


Supported API: false

Parameters:
entity -
Throws:
RemoteException
NotAuthorizedException
WTException

getBusinessEntityById

public BusinessEntityDefaultView getBusinessEntityById(String id)
                                                throws RemoteException,
                                                       WTException


Supported API: false

Parameters:
id -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
WTException