|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans.methods.OptionMethods
public class OptionMethods
Defines extension methods for the Option super-types.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Constructor Summary | |
---|---|
OptionMethods()
|
Method Summary | |
---|---|
java.lang.String[] |
getArrayValue(atg.svc.repository.beans.Option pOption)
Gets the value of the site option as an array of Strings. |
protected ServiceFactory |
getServiceFactory()
Returns a ServiceFactory which provides non-nucleus components with a means to access the repository service nucleus components (e.g. |
java.lang.String |
getValue(atg.svc.repository.beans.Option pOption)
Gets the value of the option. |
void |
setArrayValue(java.lang.String[] pValue,
atg.svc.repository.beans.Option pOption)
Set the value of the site option as an array of Strings. |
void |
setValue(java.lang.String pValue,
atg.svc.repository.beans.Option pOption)
Sets the override for the default value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
Constructor Detail |
---|
public OptionMethods()
Method Detail |
---|
protected ServiceFactory getServiceFactory()
public java.lang.String[] getArrayValue(atg.svc.repository.beans.Option pOption)
pOption
- The site option to get the values from.
public void setArrayValue(java.lang.String[] pValue, atg.svc.repository.beans.Option pOption)
pValue
- The array of String values to set on the site option.pOption
- The site option to set the value on.public java.lang.String getValue(atg.svc.repository.beans.Option pOption)
pOption
- The option to get the value from.
public void setValue(java.lang.String pValue, atg.svc.repository.beans.Option pOption)
pOption
- The option to set the value on.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |