|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides Units services. The remote Units client deals with the lightweight
version of all the units objects, not the actual heavyweight version.
This service delegates all requests to the UnitsDBService.
Supported API: false
Extendable: false
Method Summary | |
MeasurementSystemDefaultView |
createMeasurementSystem(MeasurementSystemDefaultView measurementSystemDefaultView)
Creates a new Measurement System. |
QuantityOfMeasureDefaultView |
createQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView)
Creates the QuantityOfMeasure object given its lite version QuantityOfMeasureDefaultView object. |
void |
deleteMeasurementSystem(MeasurementSystemDefaultView measurementSystemDefaultView)
Deletes this measurement system given its name. |
void |
deleteQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView)
Deletes the QuantityOfMeasure object given its name. |
MeasurementSystemDefaultView |
getMeasurementSystemDefaultView(String name)
Gets a measurement system by its name. |
MeasurementSystemDefaultView[] |
getMeasurementSystemDefaultViews()
Gets all Measurement Systems . |
String[] |
getMeasurementSystemNames()
Gets all the measurement system names in persistence store. |
QuantityOfMeasureDefaultView |
getQuantityOfMeasureDefaultView(String name)
Gets a lightweight QuantityOfMeasure object given its name. |
QuantityOfMeasureDefaultView[] |
getQuantityOfMeasureDefaultViews()
Gets all the quantity of measures from datastore. |
String[] |
getQuantityOfMeasureNames()
Gets all QuantityOfMeasure names. |
MeasurementSystemDefaultView |
refreshMeasurementSystemDefaultView(MeasurementSystemDefaultView measurementSystemDefaultView)
Refresh the current fMeasurementSystemDefaultView by reloading its state from datastore. |
QuantityOfMeasureDefaultView |
refreshQuantityOfMeasureDefaultView(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView)
Refresh the current QuantityOfMeasureDefaultView by reloading its state from datastore. |
MeasurementSystemDefaultView |
updateMeasurementSystem(MeasurementSystemDefaultView measurementSystemDefaultView)
Updates a Measurement System by saving the current object to datastore. |
QuantityOfMeasureDefaultView |
updateQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView)
Update the QuantityOfMeasure by saving its state to datastore. |
Method Detail |
public MeasurementSystemDefaultView createMeasurementSystem(MeasurementSystemDefaultView measurementSystemDefaultView) throws RemoteException, IncompatibleUnitsException, UnitFormatException, NotAuthorizedException, WTException
measurementSystemDefaultView
-
RemoteException
IncompatibleUnitsException
UnitFormatException
NotAuthorizedException
WTException
public QuantityOfMeasureDefaultView createQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView) throws RemoteException, IncompatibleUnitsException, UnitFormatException, NotAuthorizedException, WTException
quantityOfMeasureDefaultView
-
RemoteException
IncompatibleUnitsException
UnitFormatException
NotAuthorizedException
WTException
public void deleteMeasurementSystem(MeasurementSystemDefaultView measurementSystemDefaultView) throws RemoteException, IncompatibleUnitsException, UnitFormatException, NotAuthorizedException, WTException
measurementSystemDefaultView
-
RemoteException
IncompatibleUnitsException
UnitFormatException
NotAuthorizedException
WTException
public void deleteQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView) throws RemoteException, IncompatibleUnitsException, UnitFormatException, NotAuthorizedException, WTException
quantityOfMeasureDefaultView
-
RemoteException
IncompatibleUnitsException
UnitFormatException
NotAuthorizedException
WTException
public String[] getMeasurementSystemNames() throws RemoteException, WTException
RemoteException
WTException
public MeasurementSystemDefaultView getMeasurementSystemDefaultView(String name) throws RemoteException, WTException
name
-
RemoteException
WTException
public MeasurementSystemDefaultView[] getMeasurementSystemDefaultViews() throws RemoteException, WTException
RemoteException
WTException
public QuantityOfMeasureDefaultView getQuantityOfMeasureDefaultView(String name) throws RemoteException, WTException
name
-
RemoteException
WTException
public QuantityOfMeasureDefaultView[] getQuantityOfMeasureDefaultViews() throws RemoteException, WTException
RemoteException
WTException
public String[] getQuantityOfMeasureNames() throws RemoteException, WTException
RemoteException
WTException
public MeasurementSystemDefaultView refreshMeasurementSystemDefaultView(MeasurementSystemDefaultView measurementSystemDefaultView) throws RemoteException, WTException
measurementSystemDefaultView
-
RemoteException
WTException
public QuantityOfMeasureDefaultView refreshQuantityOfMeasureDefaultView(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView) throws RemoteException, WTException
quantityOfMeasureDefaultView
-
RemoteException
WTException
public MeasurementSystemDefaultView updateMeasurementSystem(MeasurementSystemDefaultView measurementSystemDefaultView) throws RemoteException, IncompatibleUnitsException, UnitFormatException, NotAuthorizedException, WTException
measurementSystemDefaultView
-
RemoteException
IncompatibleUnitsException
UnitFormatException
NotAuthorizedException
WTException
public QuantityOfMeasureDefaultView updateQuantityOfMeasure(QuantityOfMeasureDefaultView quantityOfMeasureDefaultView) throws RemoteException, IncompatibleUnitsException, UnitFormatException, NotAuthorizedException, WTException
quantityOfMeasureDefaultView
-
RemoteException
IncompatibleUnitsException
UnitFormatException
NotAuthorizedException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |