|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.iba.value.service.IBAValueServiceFwd
Provides operations to update, save, refresh, and delete attribute container.
Modifications on values are first localized to within the container.
Changes to the container will only be permanent after making operations
on this service.
Supported API: false
Extendable: false
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 | |
IBAValueServiceFwd()
|
Method Summary | |
void |
copyAttributes(WTKeyedMap ibaHoldersMap,
boolean replace)
Deprecated. Use copyAttributes(WTValuedMap) |
void |
copyAttributes(WTValuedMap ibaHoldersMap,
boolean replace)
Copy all soft attributes from source IBAHolder to the Target IBAHoler. |
IBAHolder |
createIBAHolder(IBAHolder ibaHolder,
Object constraintParam)
Deletes this IBAHolder business object and its associated IBA attributes. |
void |
deleteIBAHolder(IBAHolder ibaHolder,
Object constraintParam)
Deletes this IBAHolder business object and its associated IBA attributes. |
private static Manager |
getManager()
|
IBAHolder |
refreshAttributeConstraint(IBAHolder ibaHolder,
Object constraintParam,
Locale locale)
Refreshes the IBA attribute container only, not the IBAHolder business objec Supported API: false |
IBAHolder[] |
refreshAttributeContainer(IBAHolder[] ibaHolders)
Refreshes the IBA attribute container only, not the IBAHolder business object. |
IBAHolder |
refreshAttributeContainer(IBAHolder ibaHolder,
Object constraintParam,
Locale locale,
MeasurementSystemDefaultView measurementSystem)
Refreshes the IBA attribute container only, not the IBAHolder business object. |
WTCollection |
refreshAttributeContainer(WTCollection ibaHolders)
Refreshes the IBA attribute container only, not the IBAHolder business object. |
IBAHolder |
refreshAttributeContainerWithoutConstraints(IBAHolder ibaHolder)
Refreshes the IBA attribute container only, not the IBAHolder business object. |
IBAHolder[] |
refreshAttributeContainerWithoutConstraints(IBAHolder[] ibaHolders)
Refreshes the IBA attribute container only, not the IBAHolder business object. |
WTCollection |
refreshAttributeContainerWithoutConstraints(WTCollection ibaHolders)
Refreshes the IBA attribute container only, not the IBAHolder business object. |
IBAHolder |
refreshIBAHolder(IBAHolder ibaHolder,
Object constraintParam,
Locale locale,
MeasurementSystemDefaultView measurementSystem)
Refresh both the IBAHolder business object and its associated IBA attributes. |
IBAHolder |
updateIBAHolder(IBAHolder ibaHolder,
Object constraintParam,
Locale locale,
MeasurementSystemDefaultView measurementSystem)
UpdateIBAHolder does the followings on container: Value -- Checks for changes. |
void |
updateIBAReferenceableReferenceID(IBAReferenceable ibaReferenceable)
Refreshes the IBA attribute container only, not the IBAHolder business object Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public IBAValueServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public IBAHolder createIBAHolder(IBAHolder ibaHolder, Object constraintParam) throws IBAContainerException, WTException, RemoteException, NotAuthorizedException
createIBAHolder
in interface IBAValueService
ibaHolder
- constraintParam
-
IBAContainerException
WTException
RemoteException
NotAuthorizedException
public IBAHolder updateIBAHolder(IBAHolder ibaHolder, Object constraintParam, Locale locale, MeasurementSystemDefaultView measurementSystem) throws IBAContainerException, WTException, RemoteException
updateIBAHolder
in interface IBAValueService
ibaHolder
- constraintParam
- locale
- measurementSystem
-
IBAContainerException
WTException
RemoteException
public void deleteIBAHolder(IBAHolder ibaHolder, Object constraintParam) throws IBAContainerException, WTException, RemoteException, NotAuthorizedException
deleteIBAHolder
in interface IBAValueService
ibaHolder
- constraintParam
-
IBAContainerException
WTException
RemoteException
NotAuthorizedException
public IBAHolder refreshIBAHolder(IBAHolder ibaHolder, Object constraintParam, Locale locale, MeasurementSystemDefaultView measurementSystem) throws WTException, RemoteException
refreshIBAHolder
in interface IBAValueService
ibaHolder
- constraintParam
- locale
- measurementSystem
-
WTException
RemoteException
public IBAHolder refreshAttributeContainer(IBAHolder ibaHolder, Object constraintParam, Locale locale, MeasurementSystemDefaultView measurementSystem) throws WTException, RemoteException
refreshAttributeContainer
in interface IBAValueService
ibaHolder
- constraintParam
- locale
- measurementSystem
-
WTException
RemoteException
public IBAHolder[] refreshAttributeContainer(IBAHolder[] ibaHolders) throws WTException, RemoteException
refreshAttributeContainer
in interface IBAValueService
ibaHolders
-
WTException
RemoteException
public WTCollection refreshAttributeContainer(WTCollection ibaHolders) throws WTException, RemoteException
refreshAttributeContainer
in interface IBAValueService
ibaHolders
-
WTException
RemoteException
public IBAHolder refreshAttributeContainerWithoutConstraints(IBAHolder ibaHolder) throws WTException, RemoteException
refreshAttributeContainerWithoutConstraints
in interface IBAValueService
ibaHolder
-
WTException
RemoteException
public IBAHolder[] refreshAttributeContainerWithoutConstraints(IBAHolder[] ibaHolders) throws WTException, RemoteException
refreshAttributeContainerWithoutConstraints
in interface IBAValueService
ibaHolders
-
WTException
RemoteException
public WTCollection refreshAttributeContainerWithoutConstraints(WTCollection ibaHolders) throws WTException, RemoteException
refreshAttributeContainerWithoutConstraints
in interface IBAValueService
ibaHolders
-
WTException
RemoteException
public IBAHolder refreshAttributeConstraint(IBAHolder ibaHolder, Object constraintParam, Locale locale) throws WTException, RemoteException
refreshAttributeConstraint
in interface IBAValueService
ibaHolder
- constraintParam
- locale
-
WTException
RemoteException
public void updateIBAReferenceableReferenceID(IBAReferenceable ibaReferenceable) throws WTException, RemoteException
updateIBAReferenceableReferenceID
in interface IBAValueService
ibaReferenceable
-
WTException
RemoteException
public void copyAttributes(WTKeyedMap ibaHoldersMap, boolean replace) throws WTException, RemoteException
copyAttributes
in interface IBAValueService
ibaHoldersMap
- replace
-
WTException
RemoteException
public void copyAttributes(WTValuedMap ibaHoldersMap, boolean replace) throws WTException, RemoteException
copyAttributes
in interface IBAValueService
ibaHoldersMap
- Map containing target IBAHolder keys and associated IBAHolder source values.replace
-
WTException
RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |