|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.services.intake.IntakeTool.PullHelper
public class IntakeTool.PullHelper
Inner class to present a nice interface to the template designer
Constructor Summary | |
---|---|
protected |
IntakeTool.PullHelper(String groupName)
Protected constructor to force use of factory method. |
Method Summary | |
---|---|
org.apache.fulcrum.intake.model.Group |
getDefault()
Populates the object with the default values from the XML File |
org.apache.fulcrum.intake.model.Group |
mapTo(org.apache.fulcrum.intake.Retrievable obj)
maps an Intake Group to the values from a Retrievable object. |
org.apache.fulcrum.intake.model.Group |
setKey(String key)
Calls setKey(key,true) |
org.apache.fulcrum.intake.model.Group |
setKey(String key,
boolean create)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected IntakeTool.PullHelper(String groupName)
groupName
- Method Detail |
---|
public org.apache.fulcrum.intake.model.Group getDefault() throws org.apache.fulcrum.intake.IntakeException
org.apache.fulcrum.intake.IntakeException
public org.apache.fulcrum.intake.model.Group setKey(String key) throws org.apache.fulcrum.intake.IntakeException
key
-
org.apache.fulcrum.intake.IntakeException
public org.apache.fulcrum.intake.model.Group setKey(String key, boolean create) throws org.apache.fulcrum.intake.IntakeException
key
- create
-
org.apache.fulcrum.intake.IntakeException
public org.apache.fulcrum.intake.model.Group mapTo(org.apache.fulcrum.intake.Retrievable obj)
obj
- A retrievable object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |