|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StoreItem
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
Determines whether the given Object is equal to the
StoreItem. |
java.util.Set<StoreContentImageGroup> |
getAlternativeImages()
Returns the alternative images of the StoreItem. |
java.util.Set<VirtualFile> |
getAssociatedVirtualFiles()
Returns the associated VirtualFiles of the
StoreItem. |
java.util.Set<Attachment> |
getAttachments()
Returns the Attachments of the StoreItem. |
java.lang.String |
getDescription()
Returns the description of the StoreItem. |
org.jdom.Element |
getDescriptionElement()
Returns the description of the StoreItem as a JDOM
Element. |
java.lang.StringBuilder |
getFullTextValue()
Returns the String to be indexed for site full text
searches. |
java.lang.Long |
getId()
Returns the id of the StoreItem. |
StoreContentImageGroup |
getMainImage()
Returns the main image of StoreItem. |
java.lang.String |
getOrderCode()
Returns the order code of the StoreItem. |
java.lang.String |
getSummary()
Returns the summary of the StoreItem. |
org.jdom.Element |
getSummaryElement()
Returns the summary of the StoreItem as a JDOM
Element. |
int |
hashCode()
Returns a hash code for the StoreItem. |
void |
onVirtualFileSystemChange(VirtualFile file)
Is called by the VirtualFileSystem, if any associated
VirtualFiles have been moved in the file system. |
void |
setAlternativeImages(java.util.Set<StoreContentImageGroup> pAlternativeImages)
Sets the alternative images of the StoreItem. |
void |
setAssociatedVirtualFiles(java.util.Set<VirtualFile> pAssociatedVirtualFiles)
Sets the associated VirtualFiles of the
StoreItem. |
void |
setAttachments(java.util.Set<Attachment> pAttachments)
Sets the Attachments of the StoreItem. |
void |
setDescription(org.jdom.Element pDescription)
Sets the description of the StoreItem by extracting it from
the given JDOM Element. |
void |
setMainImage(StoreContentImageGroup pMainImage)
Sets the main image of the StoreItem. |
void |
setOrderCode(java.lang.String code)
Sets the order code of the StoreItem. |
void |
setSummary(org.jdom.Element pSummary)
Sets the summary of the StoreItem by extracting it from the
given JDOM Element. |
| Methods inherited from interface org.torweg.pulse.util.INameable |
|---|
setName |
| Methods inherited from interface org.torweg.pulse.util.INamed |
|---|
getName |
| Methods inherited from interface org.torweg.pulse.site.content.IHasVariants |
|---|
getVariants |
| Methods inherited from interface org.torweg.pulse.bundle.JDOMable |
|---|
deserializeToJDOM |
| Method Detail |
|---|
java.lang.Long getId()
StoreItem.
StoreItem.java.lang.String getOrderCode()
StoreItem.
StoreItem.void setOrderCode(java.lang.String code)
StoreItem.
code - the order code to be set.java.lang.String getSummary()
StoreItem.
StoreItem.void setSummary(org.jdom.Element pSummary)
StoreItem by extracting it from the
given JDOM Element.
pSummary - the summary to be set.org.jdom.Element getSummaryElement()
StoreItem as a JDOM
Element.
StoreItem as a JDOM
Element.java.lang.String getDescription()
StoreItem.
StoreItem.void setDescription(org.jdom.Element pDescription)
StoreItem by extracting it from
the given JDOM Element.
pDescription - the description to be set.org.jdom.Element getDescriptionElement()
StoreItem as a JDOM
Element.
StoreItem as a JDOM
Element.StoreContentImageGroup getMainImage()
StoreItem.
getMainImage in interface IHasMainImageStoreItem.void setMainImage(StoreContentImageGroup pMainImage)
StoreItem.
pMainImage - the main image to be set.java.util.Set<StoreContentImageGroup> getAlternativeImages()
StoreItem.
getAlternativeImages in interface IHasAlternativeImagesStoreItem.void setAlternativeImages(java.util.Set<StoreContentImageGroup> pAlternativeImages)
StoreItem.
pAlternativeImages - the alternative images to be set.java.util.Set<VirtualFile> getAssociatedVirtualFiles()
VirtualFiles of the
StoreItem.
VirtualFiles of the
StoreItem.void setAssociatedVirtualFiles(java.util.Set<VirtualFile> pAssociatedVirtualFiles)
VirtualFiles of the
StoreItem.
pAssociatedVirtualFiles - the associated VirtualFiles to be set.java.util.Set<Attachment> getAttachments()
Attachments of the StoreItem.
Attachments of the StoreItem.void setAttachments(java.util.Set<Attachment> pAttachments)
Attachments of the StoreItem.
pAttachments - the Attachments to be set.boolean equals(java.lang.Object pObject)
Object is equal to the
StoreItem.
equals in class java.lang.ObjectpObject - the Object to be checked for equality with the
StoreItem.
true, if the given Object is equal to
the StoreItem. Returns false,
otherwise.int hashCode()
StoreItem.
hashCode in class java.lang.ObjectStoreItem.java.lang.StringBuilder getFullTextValue()
String to be indexed for site full text
searches.
String to be indexed for site full text
searches.void onVirtualFileSystemChange(VirtualFile file)
VirtualFileSystem, if any associated
VirtualFiles have been moved in the file system.
file - the files that have been moved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||