|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.iba.value.service.StandardIBAValueService
Use the newStandardIBAValueService
static factory method(s),
not the StandardIBAValueService
constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
static IBAValueDBService |
theIBAValueDBService
Supported API: false |
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
StandardIBAValueService()
|
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. |
String |
getConceptualClassname()
Deprecated. |
static StandardIBAValueService |
newStandardIBAValueService()
Default factory for the class. |
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, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final IBAValueDBService theIBAValueDBService
Constructor Detail |
public StandardIBAValueService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
public static StandardIBAValueService newStandardIBAValueService() 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 |