|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractBasicContent | |
|---|---|
| org.torweg.pulse.component.cms.model | is the model of the content management bundle. |
| org.torweg.pulse.component.shop.model | all entities of the shop's model can be found within this package. |
| 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. |
| org.torweg.pulse.site.content.filter | contains classes to create filters on ContentLocalizationMaps. |
| Uses of AbstractBasicContent in org.torweg.pulse.component.cms.model |
|---|
| Subclasses of AbstractBasicContent in org.torweg.pulse.component.cms.model | |
|---|---|
class |
CMSContent
the CMSContent is the base content for the pulse content
management bundle. |
| Uses of AbstractBasicContent in org.torweg.pulse.component.shop.model |
|---|
| Subclasses of AbstractBasicContent in org.torweg.pulse.component.shop.model | |
|---|---|
class |
ShopContent
Represents an article in the shop. |
| Uses of AbstractBasicContent in org.torweg.pulse.component.store.model |
|---|
| Subclasses of AbstractBasicContent in org.torweg.pulse.component.store.model | |
|---|---|
class |
StoreContent
Represents an article in the store. |
| Uses of AbstractBasicContent in org.torweg.pulse.site.content |
|---|
| Subclasses of AbstractBasicContent in org.torweg.pulse.site.content | |
|---|---|
class |
AbstractContentGroup
TODO. |
class |
AbstractSummaryDescriptionContent
|
class |
ContentGroup
Is used for displaying content-overview-pages (content-group). |
class |
FileContent
A FileContent is a Content that represents a
VirtualFile. |
class |
URLContent
An URLContent represents a Content which simply
provides a URL, e.g. for providing an external link via the menu. |
| Methods in org.torweg.pulse.site.content that return AbstractBasicContent | |
|---|---|
static AbstractBasicContent |
AbstractContentDisplayer.chooseContent(Command command,
org.hibernate.Session s)
actually chooses the right AbstractBasicContent for the
given Command. |
abstract AbstractBasicContent |
AbstractBasicContent.createCopy(java.util.Locale l, User u)
overrides Content.createCopy(Locale, User). |
| Methods in org.torweg.pulse.site.content with parameters of type AbstractBasicContent | |
|---|---|
protected void |
AbstractContentDisplayer.prepareRedirect(ServiceRequest request, AbstractBasicContent abc)
prepares a redirect, if the suffix of the Command does not
match the suffix of the Content. |
| Uses of AbstractBasicContent in org.torweg.pulse.site.content.admin |
|---|
| Methods in org.torweg.pulse.site.content.admin that return AbstractBasicContent | |
|---|---|
AbstractBasicContent |
AbstractBasicContentEditorJAXBResult.getContent()
Returns the AbstractBasicContent. |
| Methods in org.torweg.pulse.site.content.admin with parameters of type AbstractBasicContent | |
|---|---|
static net.sf.json.JSONObject |
AbstractBasicContentEditor.setBasics(AbstractBasicContent content, ServiceRequest request,
org.hibernate.Session s)
sets the AbstractBasicContent's basic attributes: name, keywords,
suffix, title, meta-keywords, meta-description and attachments. |
void |
AbstractBasicContentEditorResult.setContent(AbstractBasicContent c)
sets the content of the result. |
void |
AbstractBasicContentEditorJAXBResult.setContent(AbstractBasicContent c)
Sets the content of the result. |
| Uses of AbstractBasicContent in org.torweg.pulse.site.content.filter |
|---|
| Subclasses of AbstractBasicContent in org.torweg.pulse.site.content.filter | |
|---|---|
class |
FilterContent
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||