|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionalFragmentParameter
TransactionalFragmentParameterHome
Attribute Name | Attribute Value |
---|---|
atg.repository.query.SupportedQueries | and, comparison, constant, inFolders, includesAny, includes, includesItem, isNull, matchId, not, or, patternMatch, property, propertyOf, unconstrained, patternMatch, textSearch |
Property Name | Property Type | Property Description | Flags |
---|---|---|---|
defaultValue | String |
Default value for parameter | R, W, Cch, Qry |
hidden | boolean | True if the parameter should be hidden from the solution author. | R, W, Cch, Qry |
id | String |
R, W, Cch, Id, Qry, Req | |
label | String |
Label to show before parameter input field | R, W, Cch, Qry, Req |
listValues | List of TransactionalFragmentParameterListValue |
R, W, Cch, CoM, Mv, Qry | |
name | String |
Name of parameter that will be passed to fragment view | R, W, Cch, Qry, Req |
type | TransactionalFragmentParameterType |
Defines how parameter input should be validated however all values are saved as strings | R, W, Cch, Qry, Req |
Property defaultValue: String
getDefaultValue()
setDefaultValue(java.lang.String)
Property hidden: boolean
isHidden()
setHidden(boolean)
Property id: String
getId()
setId(java.lang.String)
Property label: String
getLabel()
setLabel(java.lang.String)
Property listValues: List
of TransactionalFragmentParameterListValue
getListValues()
setListValues(java.util.List)
Attribute Name | Attribute Value |
---|---|
removeNullValues | true |
Property name: String
getName()
setName(java.lang.String)
Property type: TransactionalFragmentParameterType
getType()
setType(atg.svc.repository.beans.TransactionalFragmentParameterType)
Attribute Name | Attribute Value |
---|---|
useCodeForValue | false |
Method Summary | |
---|---|
boolean |
_isMutable()
Returns true if the item is mutable. |
void |
copyTo(TransactionalFragmentParameter destination)
Copies the property values of this instance to another instance of the same data type. |
java.lang.String |
getDefaultValue()
Getter for property defaultValue |
boolean |
getHasHidden()
Returns true if the value of property hidden is null. |
java.lang.String |
getId()
Getter for property id |
java.lang.String |
getLabel()
Getter for property label |
java.util.List |
getListValues()
Getter for property listValues |
java.lang.String |
getName()
Getter for property name |
TransactionalFragmentParameterType |
getType()
Getter for property type |
boolean |
isHidden()
Getter for property hidden |
boolean |
isRemoved()
Returns true if the underlying object has been removed. |
void |
prepareInstanceForWrite()
This must be called if the application intends to both read and write the instance in the same transaction, and it intends to do a read before doing a write. |
void |
setDefaultValue(java.lang.String value)
Setter for property defaultValue . |
void |
setHasHidden(boolean value)
If this is set to false, then the underlying value of property hidden is set to null. |
void |
setHidden(boolean value)
Setter for property hidden . |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setLabel(java.lang.String value)
Setter for property label . |
void |
setListValues(java.util.List value)
Setter for property listValues . |
void |
setName(java.lang.String value)
Setter for property name . |
void |
setType(TransactionalFragmentParameterType value)
Setter for property type . |
void |
writeInstance()
This must be called after modifying an instance with a persistent implementation to guarantee that all changes are made persistent and visible to queries. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
java.lang.String getDefaultValue() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setDefaultValue(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
boolean isHidden() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean getHasHidden() throws javax.ejb.EJBException
javax.ejb.EJBException
void setHidden(boolean value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- boolean
javax.ejb.EJBException
void setHasHidden(boolean value) throws javax.ejb.EJBException
javax.ejb.EJBException
java.lang.String getId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.lang.String getLabel() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setLabel(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.util.List getListValues() throws javax.ejb.EJBException
List
of TransactionalFragmentParameterListValue
javax.ejb.EJBException
void setListValues(java.util.List value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- List
of TransactionalFragmentParameterListValue
javax.ejb.EJBException
java.lang.String getName() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setName(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
TransactionalFragmentParameterType getType() throws javax.ejb.EJBException
TransactionalFragmentParameterType
javax.ejb.EJBException
void setType(TransactionalFragmentParameterType value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- TransactionalFragmentParameterType
javax.ejb.EJBException
boolean isRemoved() throws javax.ejb.EJBException
javax.ejb.EJBException
void copyTo(TransactionalFragmentParameter destination) throws javax.ejb.EJBException
javax.ejb.EJBException
void writeInstance() throws javax.ejb.EJBException
javax.ejb.EJBException
void prepareInstanceForWrite() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean _isMutable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |