Packageat.fhjoanneum.dmt.umj.core.content.entities.relations
Classpublic class ContentBundleCollection
InheritanceContentBundleCollection Inheritance mx.collections.ArrayCollection

CONTENTBUNDLE ONLY ENTITY: This is a Subclass of ArrayCollection and provides all mechancis to hold and search ContentBundles There are many native methods to work with contentbundles and link them together via your own algorithms. You can also use most of these methods (the save ones) directly via the AppContentBundle Singleton, which might be alot easier.

Default MXML Propertysource



Public Methods
 MethodDefined By
  
ContentBundleCollection(source:Array = null)
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
findContentBundle(cbElementID:String):ContentBundle
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
findLocalizedItemOfContentBundle(cbID:String, ceID:String, language:String):LocalizedItem
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
  
ContentBundleCollection
Constructor Detail
ContentBundleCollection()Constructor
public function ContentBundleCollection(source:Array = null)



Parameters
source:Array (default = null)
Method Detail
findAllMultiLingualComponentsOfContentBundle()method
public function findAllMultiLingualComponentsOfContentBundle(cbID:String):ArrayCollection

Parameters

cbID:String

Returns
ArrayCollection
findAllMultiLingualComponentsOfReferencedContentBundleInContentBundleAtRelation()method 
public function findAllMultiLingualComponentsOfReferencedContentBundleInContentBundleAtRelation(cbID:String, rID:String):ArrayCollection

Parameters

cbID:String
 
rID:String

Returns
ArrayCollection
findAllMultiLingualComponentsReferencingThisContentBundle()method 
public function findAllMultiLingualComponentsReferencingThisContentBundle(cbID:String):ArrayCollection

Parameters

cbID:String

Returns
ArrayCollection
findContentBundle()method 
public function findContentBundle(cbElementID:String):ContentBundle

Parameters

cbElementID:String

Returns
ContentBundle
findContentBundlesReferencingThisContentBundle()method 
public function findContentBundlesReferencingThisContentBundle(cbElementID:String):ContentBundleCollection

Parameters

cbElementID:String

Returns
ContentBundleCollection
findContentElementOfContentBundle()method 
public function findContentElementOfContentBundle(cbID:String, ceID:String):ContentElement

Parameters

cbID:String
 
ceID:String

Returns
ContentElement
findContentElementOfRelationInContentBundle()method 
public function findContentElementOfRelationInContentBundle(cbID:String, rID:String):ContentElement

Parameters

cbID:String
 
rID:String

Returns
ContentElement
findContentElementsReferencingThisContentBundle()method 
public function findContentElementsReferencingThisContentBundle(cbID:String):ContentElementCollection

Parameters

cbID:String

Returns
ContentElementCollection
findLocalizedItemOfContentBundle()method 
public function findLocalizedItemOfContentBundle(cbID:String, ceID:String, language:String):LocalizedItem

Parameters

cbID:String
 
ceID:String
 
language:String

Returns
LocalizedItem
findLocalizedItemOfContentElementOfRelationInContentBundle()method 
public function findLocalizedItemOfContentElementOfRelationInContentBundle(cbID:String, rID:String, language:String):LocalizedItem

Parameters

cbID:String
 
rID:String
 
language:String

Returns
LocalizedItem
findMultiLingualComponentOfContentBundleContentElement()method 
public function findMultiLingualComponentOfContentBundleContentElement(cbID:String, ceID:String):MultiLingualComponent

Parameters

cbID:String
 
ceID:String

Returns
MultiLingualComponent
findMultiLingualComponentOfRelationInContentBundle()method 
public function findMultiLingualComponentOfRelationInContentBundle(cbID:String, rID:String):MultiLingualComponent

Parameters

cbID:String
 
rID:String

Returns
MultiLingualComponent
findMultipleContentBundles()method 
public function findMultipleContentBundles(cbElementID:String):ContentBundleCollection

Parameters

cbElementID:String

Returns
ContentBundleCollection
findRelationsOfThisContentBundle()method 
public function findRelationsOfThisContentBundle(cbElementID:String):RelationCollection

Parameters

cbElementID:String

Returns
RelationCollection
findRelationsReferencingThisContentBundle()method 
public function findRelationsReferencingThisContentBundle(cbElementID:String):RelationCollection

Parameters

cbElementID:String

Returns
RelationCollection
getXMLNodeRepresentation()method 
public function getXMLNodeRepresentation():String

Returns
String