|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.id.context.BusinessControlFactory
public class BusinessControlFactory
Description:
Initial Date: 14.06.2006
| Method Summary | |
|---|---|
BusinessControl |
createBusinessControl(ContextEntry ce,
BusinessControl origBC)
|
WindowControl |
createBusinessWindowControl(BusinessControl businessControl,
WindowControl origWControl)
|
WindowControl |
createBusinessWindowControl(ContextEntry contextEntry,
WindowControl origWControl)
to be used when a new controller (but not in a new window) is opened (a controller with a contextual business id, that is, the parent opening the controller provides a id = how it will "call" the newly generated controller). |
WindowControl |
createBusinessWindowControl(ContextEntry contextEntry,
WindowControl windowWControl,
WindowControl businessWControl)
to be used when a new window is opened (see references to this method as an example) |
WindowControl |
createBusinessWindowControl(java.lang.String type,
java.lang.Long id,
WindowControl origWControl)
|
java.util.List<ContextEntry> |
createCEListFromString(java.lang.String businessControlString)
|
ContextEntry |
createContextEntry(Identity identity)
|
ContextEntry |
createContextEntry(OLATResourceable ores)
|
BusinessControl |
createFromString(java.lang.String businessControlString)
|
java.lang.String |
getAsString(BusinessControl bc)
|
BusinessControl |
getEmptyBusinessControl()
|
static BusinessControlFactory |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BusinessControlFactory getInstance()
public WindowControl createBusinessWindowControl(ContextEntry contextEntry,
WindowControl windowWControl,
WindowControl businessWControl)
contextEntry - windowWControl - businessWControl -
public BusinessControl createBusinessControl(ContextEntry ce,
BusinessControl origBC)
public WindowControl createBusinessWindowControl(ContextEntry contextEntry,
WindowControl origWControl)
contextEntry - origWControl -
public WindowControl createBusinessWindowControl(java.lang.String type,
java.lang.Long id,
WindowControl origWControl)
public WindowControl createBusinessWindowControl(BusinessControl businessControl,
WindowControl origWControl)
public BusinessControl getEmptyBusinessControl()
public ContextEntry createContextEntry(OLATResourceable ores)
public ContextEntry createContextEntry(Identity identity)
public java.lang.String getAsString(BusinessControl bc)
public BusinessControl createFromString(java.lang.String businessControlString)
public java.util.List<ContextEntry> createCEListFromString(java.lang.String businessControlString)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||