public class ServiceAdapterFactory
extends java.lang.Object
Constructor and Description |
---|
ServiceAdapterFactory() |
Modifier and Type | Method and Description |
---|---|
BDSComponent |
getBDSServiceComponent()
Returns a connection to the Business Data Services (BDS) service.
|
BRMComponent |
getBRMServiceComponent()
Returns a connection to the Business Resource Management (BRM) service.
|
BSComponent |
getBSServiceComponent()
Returns a connection to the Business (BS) service.
|
DACComponent |
getDACServiceComponent()
Returns a connection to the Calendar (DAC) service.
|
DEComponent |
getDEServiceComponent()
Returns a connection to the Directory Engine (DE) service.
|
ECComponent |
getECServiceComponent()
Returns a connection to the Event Collector (EC) service.
|
PEComponent |
getPEServiceComponent()
Returns a PEComponent with underlying services
|
PFEComponent |
getPFEServiceComponent()
Returns a connection to the PageFlow (PFE) service.
|
WPComponent |
getWPServiceComponent()
Returns a connection to the Work Presentation (WP) service.
|
boolean |
isBDSConnection() |
boolean |
isBRMConnection() |
boolean |
isBSConnection() |
boolean |
isDACConnection() |
boolean |
isDEConnection() |
boolean |
isECConnection() |
boolean |
isPFEConnection() |
boolean |
isPMConnection() |
boolean |
isWPConnection() |
protected void |
setBDSServiceComponent(BDSComponent aValue)
Set the Business Data Services proxy.
|
protected void |
setBRMServiceComponent(BRMComponent aValue)
Set the Business Resource Management service proxy
|
protected void |
setBSServiceComponent(BSComponent aValue)
Set the Business service proxy.
|
protected void |
setDACServiceComponent(DACComponent aValue)
Set the Calendar service proxy.
|
protected void |
setDEServiceComponent(DEComponent aValue)
Set the Directory Engine service proxy.
|
void |
setECServiceComponent(ECComponent aValue) |
void |
setIsBDSConnection(boolean value)
Set if a connection to the Business Data Services service
connection is required.
|
void |
setIsBRMConnection(boolean value)
Set if a connection to the Business Resource Management service
connection is required.
|
void |
setIsBSConnection(boolean aValue)
Set if a Business Service connection is required.
|
void |
setIsDACConnection(boolean value)
Set if a connection to the Calendar service
connection is required.
|
void |
setIsDEConnection(boolean value)
Set if a connection to the Directory Engine service
connection is required.
|
void |
setIsECConnection(boolean aValue) |
void |
setIsPEConnection(boolean value)
Set if a connection to the Process Management service is required.
|
void |
setIsPFEConnection(boolean aValue)
Set if a Page Flow service connection is required.
|
void |
setIsWPConnection(boolean value)
Set if a Work Presentation service connection is required.
|
void |
setPEServiceComponent(PEComponent aValue) |
protected void |
setPFEServiceComponent(PFEComponent aValue)
Set the Page Flow service proxy.
|
protected void |
setWPServiceComponent(WPComponent aValue)
Set the Work Presentation service proxy.
|
public BRMComponent getBRMServiceComponent() throws java.lang.RuntimeException
java.lang.RuntimeException
public WPComponent getWPServiceComponent() throws java.lang.RuntimeException
java.lang.RuntimeException
public PEComponent getPEServiceComponent() throws java.lang.RuntimeException
java.lang.RuntimeException
public DEComponent getDEServiceComponent() throws java.lang.RuntimeException
java.lang.RuntimeException
public ECComponent getECServiceComponent() throws java.lang.RuntimeException
java.lang.RuntimeException
public DACComponent getDACServiceComponent() throws java.lang.RuntimeException
java.lang.RuntimeException
public BDSComponent getBDSServiceComponent() throws java.lang.RuntimeException
java.lang.RuntimeException
public PFEComponent getPFEServiceComponent() throws java.lang.RuntimeException
java.lang.RuntimeException
public BSComponent getBSServiceComponent() throws java.lang.RuntimeException
java.lang.RuntimeException
protected void setBRMServiceComponent(BRMComponent aValue)
brmService
- protected void setWPServiceComponent(WPComponent aValue)
wpService
- protected void setDEServiceComponent(DEComponent aValue)
deService
- protected void setDACServiceComponent(DACComponent aValue)
dacService
- public void setECServiceComponent(ECComponent aValue)
ecComponent
- The ecComponent to set.public void setPEServiceComponent(PEComponent aValue)
protected void setPFEServiceComponent(PFEComponent aValue)
pfeService
- protected void setBSServiceComponent(BSComponent aValue)
bsService
- protected void setBDSServiceComponent(BDSComponent aValue)
bdsService
- public void setIsPEConnection(boolean value)
value
- public void setIsBRMConnection(boolean value)
value
- public void setIsDEConnection(boolean value)
value
- public void setIsDACConnection(boolean value)
value
- public void setIsBDSConnection(boolean value)
value
- public void setIsWPConnection(boolean value)
value
- public void setIsECConnection(boolean aValue)
isConnectEC
- The isConnectEC to set.public void setIsPFEConnection(boolean aValue)
public void setIsBSConnection(boolean aValue)
public boolean isPMConnection()
public boolean isBRMConnection()
public boolean isWPConnection()
public boolean isDEConnection()
public boolean isECConnection()
public boolean isDACConnection()
public boolean isBDSConnection()
public boolean isPFEConnection()
public boolean isBSConnection()
Copyright © 2017 Cloud Software Group, Inc. All Rights Reserved.