|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attachment | |
|---|---|
| org.torweg.pulse.component.store.model | contains the business objects of the Store bundle. |
| org.torweg.pulse.site.content | is the main management model for the websites Content. |
| org.torweg.pulse.site.content.admin | Contains the basic controllers, configurations, and results to work with content. |
| Uses of Attachment in org.torweg.pulse.component.store.model |
|---|
| Methods in org.torweg.pulse.component.store.model that return types with arguments of type Attachment | |
|---|---|
java.util.Set<Attachment> |
StoreItem.getAttachments()
Returns the Attachments of the StoreItem. |
| Method parameters in org.torweg.pulse.component.store.model with type arguments of type Attachment | |
|---|---|
void |
StoreItem.setAttachments(java.util.Set<Attachment> pAttachments)
Sets the Attachments of the StoreItem. |
| Uses of Attachment in org.torweg.pulse.site.content |
|---|
| Methods in org.torweg.pulse.site.content that return types with arguments of type Attachment | |
|---|---|
java.util.Set<Attachment> |
Variant.getAttachments()
Returns the Attachments of the Variant. |
java.util.Set<Attachment> |
Content.getAttachments()
Returns the Attachments of the Content. |
| Method parameters in org.torweg.pulse.site.content with type arguments of type Attachment | |
|---|---|
void |
Variant.setAttachments(java.util.Set<Attachment> pAttachments)
Sets the Attachments of the Variant. |
void |
Content.setAttachments(java.util.Set<Attachment> pAttachments)
Sets the Attachments of the Content. |
| Uses of Attachment in org.torweg.pulse.site.content.admin |
|---|
| Methods in org.torweg.pulse.site.content.admin with parameters of type Attachment | |
|---|---|
void |
AbstractBasicContentEditorResult.setAttachment(Attachment att)
sets the Attachement for the result. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||