wt.csm.businessentity.service
Class BusinessEntityServiceFwd

java.lang.Object
  extended bywt.csm.businessentity.service.BusinessEntityServiceFwd
All Implemented Interfaces:
BusinessEntityService, RemoteAccess, Serializable

public class BusinessEntityServiceFwd
extends Object
implements RemoteAccess, BusinessEntityService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
BusinessEntityServiceFwd()
           
 
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
private static Manager getManager()
           
 BusinessEntityDefaultView refreshBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 BusinessEntityDefaultView updateBusinessEntity(BusinessEntityDefaultView entity)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

BusinessEntityServiceFwd

public BusinessEntityServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

createBusinessEntity

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


Supported API: false

Specified by:
createBusinessEntity in interface BusinessEntityService
Parameters:
entity -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
NotAuthorizedException
WTException

updateBusinessEntity

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


Supported API: false

Specified by:
updateBusinessEntity in interface BusinessEntityService
Parameters:
entity -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
NotAuthorizedException
WTException

refreshBusinessEntity

public BusinessEntityDefaultView refreshBusinessEntity(BusinessEntityDefaultView entity)
                                                throws RemoteException,
                                                       WTException


Supported API: false

Specified by:
refreshBusinessEntity in interface BusinessEntityService
Parameters:
entity -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
WTException

getBusinessEntity

public BusinessEntityDefaultView getBusinessEntity(AbstractLiteObject object)
                                            throws RemoteException,
                                                   WTException


Supported API: false

Specified by:
getBusinessEntity in interface BusinessEntityService
Parameters:
object -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
WTException

deleteBusinessEntity

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


Supported API: false

Specified by:
deleteBusinessEntity in interface BusinessEntityService
Parameters:
entity -
Throws:
RemoteException
NotAuthorizedException
WTException

getBusinessEntityById

public BusinessEntityDefaultView getBusinessEntityById(String id)
                                                throws RemoteException,
                                                       WTException


Supported API: false

Specified by:
getBusinessEntityById in interface BusinessEntityService
Parameters:
id -
Returns:
BusinessEntityDefaultView
Throws:
RemoteException
WTException