Validates that this instance is of the correct implementation class of a local interface type.paramo the instance to validate.returntrue if the type is correct.throwIllegalArgumentException if validation fails.
Converts Collection of EJBLocalObjects to a Collection of persistence-capable instances.paramcoll the Collection of EJBLocalObject instances to be converted.parampm the associated instance of PersistenceManager.paramvalidate true if the existence of the instances is to be validated.returnCollection of persistence-capable instance.throwIllegalArgumentException if validate is true and at least one instance does not exist in the database or is deleted.
Converts Collection of persistence-capable instances to a Collection of EJBLocalObjects.parampcs the Collection of persistence-capable instance to be converted.parampm the associated instance of PersistenceManager.returnCollection of EJBLocalObjects.
Converts Collection of persistence-capable instances to a Set of EJBLocalObjects.parampcs the Collection of persistence-capable instance to be converted.parampm the associated instance of PersistenceManager.returnSet of EJBLocalObjects.
Converts EJBLocalObject to persistence-capable instance.paramo the EJBLocalObject instance to be converted.parampm the associated instance of PersistenceManager.paramvalidate true if the existence of the instance is to be validated.returnpersistence-capable instance.throwIllegalArgumentException if validate is true and instance does not exist in the database or is deleted.
Converts persistence-capable instance to EJBLocalObject.parampc the persistence-capable instance to be converted as an Object.parampm the associated instance of PersistenceManager.returninstance of EJBLocalObject.
Converts persistence-capable instance to EJBLocalObject. Returns null if the instance is already removed via cascade-delete operation.parampc the persistence-capable instance to be converted as an Object.parampm the associated instance of PersistenceManager.paramcontext the EJBContext of the calling bean.returninstance of EJBLocalObject.