|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mycompany.service.impl.AbstractService
com.mycompany.service.impl.ContentServiceImpl
@Named(value="contentService") public class ContentServiceImpl
Content service implementation class.
Constructor Summary | |
---|---|
ContentServiceImpl()
|
Method Summary | |
---|---|
Content |
findContentByName(java.lang.String name)
Finds a Content object by name. |
Content |
saveContent(Content content)
Saves a Content object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentServiceImpl()
Method Detail |
---|
public Content findContentByName(java.lang.String name)
ContentService
Content
object by name.
findContentByName
in interface ContentService
name
- The name to find.
public Content saveContent(Content content)
ContentService
Content
object.
saveContent
in interface ContentService
content
- The object to save.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |