|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.portal.profile.impl.CopletDataManager
public class CopletDataManager
Holds instances of CopletData.
| Constructor Summary | |
|---|---|
CopletDataManager()
|
|
| Method Summary | |
|---|---|
void |
adjustReferences(Object object)
Updates the references to contained DeltaApplicable objects if no delta has been applied to them. |
boolean |
applyDelta(Object object)
Applies the specified delta. |
boolean |
deltaApplied()
Checks if a delta has been applied. |
Map |
getCopletData()
Gets all coplet data. |
CopletData |
getCopletData(String name)
Gets the specified coplet data. |
void |
putCopletData(CopletData data)
Puts the specified coplet data to the manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopletDataManager()
| Method Detail |
|---|
public Map getCopletData()
public CopletData getCopletData(String name)
public void putCopletData(CopletData data)
public boolean applyDelta(Object object)
applyDelta in interface DeltaApplicableClassCastException - If the object is not of the expected type.public boolean deltaApplied()
deltaApplied in interface DeltaApplicablepublic void adjustReferences(Object object)
adjustReferences in interface DeltaApplicableReferencesAdjustableClassCastException - If the object is not of the expected type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||