|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentDao
DAO interface that provides methods to access
ComponentList
s,
ComponentVersion
s and
VersionContainer
s.
Method Summary | |
---|---|
void |
deleteComponentList(ComponentList list)
Deletes the given ComponentList. |
void |
deleteContent(Content content)
Deletes the given Content. |
void |
deleteContentContainer(ContentContainer container)
Deletes the given ContentContainer. |
boolean |
discardContainer(ContentContainer container)
|
ContentContainer |
findContainerForComponent(Component component)
|
ContentContainer |
findContainerForWrapper(ValueWrapper<?> wrapper)
|
Component |
loadComponent(Long id)
Loads the Component specified by the given id. |
ComponentList |
loadComponentList(Long id)
Loads the ComponentList specified by the given id. |
Content |
loadContent(Long id)
Loads the Content specified by the given id. |
ContentContainer |
loadContentContainer(Long id)
Loads the VersionContainer specified by the given id. |
boolean |
publishContainer(ContentContainer container)
|
void |
saveComponentList(ComponentList list)
Saves the given ComponentList. |
void |
saveContent(Content content)
Saves the given Content. |
void |
saveContentContainer(ContentContainer container)
Saves the given ContentContainer. |
void |
updateContent(Content content)
Updates the given Content. |
Method Detail |
---|
ComponentList loadComponentList(Long id)
Component loadComponent(Long id)
ContentContainer loadContentContainer(Long id)
Content loadContent(Long id)
void saveComponentList(ComponentList list)
void saveContentContainer(ContentContainer container)
void saveContent(Content content)
void updateContent(Content content)
void deleteComponentList(ComponentList list)
void deleteContent(Content content)
void deleteContentContainer(ContentContainer container)
boolean publishContainer(ContentContainer container)
boolean discardContainer(ContentContainer container)
ContentContainer findContainerForComponent(Component component)
ContentContainer findContainerForWrapper(ValueWrapper<?> wrapper)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |