|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarketingItem
MarketingItemHome
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 |
---|---|---|---|
description | String |
R, W, Cch, Qry | |
enddate | Date |
R, W, Cch, Qry, Req | |
id | String |
R, W, Cch, Id, Qry, Req | |
imageUrl | String |
R, W, Cch, Qry | |
linkTarget | String |
R, W, Cch, Qry | |
linkUrl | String |
R, W, Cch, Qry | |
name | String |
R, W, Cch, Qry, Req | |
segments | Set |
name of the marketing segments associated with the marketing item | R, W, Cch, CoM, Mv, Qry |
startdate | Date |
R, W, Cch, Qry, Req |
Property description: String
getDescription()
setDescription(java.lang.String)
Property enddate: Date
getEnddate()
setEnddate(java.util.Date)
Property id: String
getId()
setId(java.lang.String)
Property imageUrl: String
getImageUrl()
setImageUrl(java.lang.String)
Property linkTarget: String
getLinkTarget()
setLinkTarget(java.lang.String)
Property linkUrl: String
getLinkUrl()
setLinkUrl(java.lang.String)
Property name: String
getName()
setName(java.lang.String)
Property segments: Set
getSegments()
setSegments(java.util.Set)
Property startdate: Date
getStartdate()
setStartdate(java.util.Date)
Method Summary | |
---|---|
boolean |
_isMutable()
Returns true if the item is mutable. |
void |
copyTo(MarketingItem destination)
Copies the property values of this instance to another instance of the same data type. |
java.lang.String |
getDescription()
Getter for property description |
java.util.Date |
getEnddate()
Getter for property enddate |
java.lang.String |
getId()
Getter for property id |
java.lang.String |
getImageUrl()
Getter for property imageUrl |
java.lang.String |
getLinkTarget()
Getter for property linkTarget |
java.lang.String |
getLinkUrl()
Getter for property linkUrl |
java.lang.String |
getName()
Getter for property name |
java.util.Set |
getSegments()
Getter for property segments |
java.util.Date |
getStartdate()
Getter for property startdate |
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 |
setDescription(java.lang.String value)
Setter for property description . |
void |
setEnddate(java.util.Date value)
Setter for property enddate . |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setImageUrl(java.lang.String value)
Setter for property imageUrl . |
void |
setLinkTarget(java.lang.String value)
Setter for property linkTarget . |
void |
setLinkUrl(java.lang.String value)
Setter for property linkUrl . |
void |
setName(java.lang.String value)
Setter for property name . |
void |
setSegments(java.util.Set value)
Setter for property segments . |
void |
setStartdate(java.util.Date value)
Setter for property startdate . |
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 getDescription() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setDescription(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.Date getEnddate() throws javax.ejb.EJBException
Date
javax.ejb.EJBException
void setEnddate(java.util.Date 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
- Date
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 getImageUrl() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setImageUrl(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 getLinkTarget() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setLinkTarget(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 getLinkUrl() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setLinkUrl(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 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
java.util.Set getSegments() throws javax.ejb.EJBException
Set
javax.ejb.EJBException
void setSegments(java.util.Set 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
- Set
javax.ejb.EJBException
java.util.Date getStartdate() throws javax.ejb.EJBException
Date
javax.ejb.EJBException
void setStartdate(java.util.Date 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
- Date
javax.ejb.EJBException
boolean isRemoved() throws javax.ejb.EJBException
javax.ejb.EJBException
void copyTo(MarketingItem 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 |