Class COM.ibm.jaws.models.trs.CommonFilepoManaged
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.models.trs.CommonFilepoManaged
java.lang.Object
|
+----COM.ibm.jaws.models.trs.CommonFilepoManaged
- public class CommonFilepoManaged
- extends Object
- implements Common, FilepoManaged, Syncable
The emitted ManagedDel class derived from:
COM.ibm.jaws.models.trs.Common
- See Also:
- Common
-
CommonFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
-
airlineCompanyBC()
-
-
airlineFlightPlanRCBC()
-
-
airlinePlaneRCBC()
-
-
airportBC()
-
-
applicationRootBC()
-
-
carBC()
-
-
carFleetAvailabilityBC()
-
-
carFleetBC()
-
-
carFleetCarFleetAvailabilityRCBC()
-
-
carFleetCarRCBC()
-
-
carRentalCarFleetRCBC()
-
-
carRentalCarRCBC()
-
-
carRentalCompanyBC()
-
-
carReservationBC()
-
-
cityBC()
-
-
confirmationBC()
-
-
contactBC()
-
-
countryBC()
-
-
creditCardBC()
-
-
externalizeToStream(OutputEDStream)
-
-
flightBC()
-
-
flightPlanBC()
-
-
flightPlanFlightRCBC()
-
-
flightReservationBC()
-
-
getConstantRandomId()
-
-
getIdentifier(BaseCollection)
-
Implementation of the Managed.getIdentifier() method.
-
getManagedDelBase()
-
-
getManagedDelCacheEntry()
-
-
getManagedDelKey()
-
-
hotelCompanyBC()
-
-
hotelReservationBC()
-
-
hotelRoomRCBC()
-
-
internalizeFromStream(InputEDStream)
-
-
isIdentical(Identifiable)
- Implementation of the Managed's Identifiable methods.
-
planeBC()
-
-
release()
-
-
remove()
- Implementation of the Managed Lifecycle.remove() interface.
-
roomGroupAvailabilityBC()
-
-
roomGroupBC()
-
-
roomGroupRoomGroupAvailabilityRCBC()
-
-
setDependentContext(KeyedCollection)
-
-
setManagedDelBase(BaseCollection)
-
Implementation of the ManagedDel interface methods.
-
setManagedDelCacheEntry(CacheEntry)
-
-
setManagedDelKey(String)
-
-
setSelf(Object)
-
-
stateBC()
-
-
sync()
-
Implementation of the Syncable.sync() method.
-
travelProfileBC()
-
-
travelProfileCreditCardRCBC()
-
-
tripBC()
-
-
tripReservationRCBC()
-
-
userBC()
-
-
userTripRCBC()
-
CommonFilepoManaged
public CommonFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
setManagedDelBase
public void setManagedDelBase(BaseCollection bc)
- Implementation of the ManagedDel interface methods.
getManagedDelBase
public BaseCollection getManagedDelBase()
setManagedDelKey
public void setManagedDelKey(String yourKey)
getManagedDelKey
public String getManagedDelKey()
setManagedDelCacheEntry
public void setManagedDelCacheEntry(CacheEntry ce)
getManagedDelCacheEntry
public CacheEntry getManagedDelCacheEntry()
remove
public void remove()
- Implementation of the Managed Lifecycle.remove() interface.
The Managed Lifecycle.release() is never used in the Java
bindings for Corba.
release
public void release()
getIdentifier
public String getIdentifier(BaseCollection relativeTo)
- Implementation of the Managed.getIdentifier() method.
isIdentical
public boolean isIdentical(Identifiable other)
- Implementation of the Managed's Identifiable methods.
Does not activate the objects unnecessarily.
getConstantRandomId
public int getConstantRandomId()
sync
public void sync()
- Implementation of the Syncable.sync() method.
airlineCompanyBC
public BaseCollection airlineCompanyBC()
airportBC
public BaseCollection airportBC()
flightReservationBC
public BaseCollection flightReservationBC()
applicationRootBC
public BaseCollection applicationRootBC()
carBC
public BaseCollection carBC()
carFleetBC
public BaseCollection carFleetBC()
carFleetAvailabilityBC
public BaseCollection carFleetAvailabilityBC()
carRentalCompanyBC
public BaseCollection carRentalCompanyBC()
carReservationBC
public BaseCollection carReservationBC()
cityBC
public BaseCollection cityBC()
confirmationBC
public BaseCollection confirmationBC()
contactBC
public BaseCollection contactBC()
countryBC
public BaseCollection countryBC()
creditCardBC
public BaseCollection creditCardBC()
flightBC
public BaseCollection flightBC()
flightPlanBC
public BaseCollection flightPlanBC()
hotelCompanyBC
public BaseCollection hotelCompanyBC()
hotelReservationBC
public BaseCollection hotelReservationBC()
planeBC
public BaseCollection planeBC()
roomGroupBC
public BaseCollection roomGroupBC()
roomGroupAvailabilityBC
public BaseCollection roomGroupAvailabilityBC()
stateBC
public BaseCollection stateBC()
tripBC
public BaseCollection tripBC()
travelProfileBC
public BaseCollection travelProfileBC()
userBC
public BaseCollection userBC()
airlineFlightPlanRCBC
public BaseCollection airlineFlightPlanRCBC()
airlinePlaneRCBC
public BaseCollection airlinePlaneRCBC()
carFleetCarRCBC
public BaseCollection carFleetCarRCBC()
carFleetCarFleetAvailabilityRCBC
public BaseCollection carFleetCarFleetAvailabilityRCBC()
carRentalCarRCBC
public BaseCollection carRentalCarRCBC()
carRentalCarFleetRCBC
public BaseCollection carRentalCarFleetRCBC()
flightPlanFlightRCBC
public BaseCollection flightPlanFlightRCBC()
hotelRoomRCBC
public BaseCollection hotelRoomRCBC()
roomGroupRoomGroupAvailabilityRCBC
public BaseCollection roomGroupRoomGroupAvailabilityRCBC()
travelProfileCreditCardRCBC
public BaseCollection travelProfileCreditCardRCBC()
tripReservationRCBC
public BaseCollection tripReservationRCBC()
userTripRCBC
public BaseCollection userTripRCBC()
setDependentContext
public void setDependentContext(KeyedCollection parm1)
setSelf
public void setSelf(Object parm1)
externalizeToStream
public void externalizeToStream(OutputEDStream parm1) throws EDStreamFormatError
internalizeFromStream
public void internalizeFromStream(InputEDStream parm1) throws EDStreamFormatError
All Packages Class Hierarchy This Package Previous Next Index