Package | Description |
---|---|
com.neurosys.posts.admin.wicket.pages.panels | |
com.neurosys.posts.dao.jpa | |
com.neurosys.posts.domain | |
com.neurosys.posts.service |
Modifier and Type | Method and Description |
---|---|
protected org.apache.wicket.Component |
PostDetailsPanel.defineTemplateSelection(String componentId,
User user,
Post content) |
protected PostFacet |
PostDetailsPanel.getContentFacetInstance(Post identityObj,
String facetName) |
Modifier and Type | Method and Description |
---|---|
void |
PostListingPanel.onChange(ChangeGenerator<List<Post>> changeGenerator,
List<Post> externalListModelObject) |
void |
PostListingPanel.onChange(ChangeGenerator<List<Post>> changeGenerator,
List<Post> externalListModelObject) |
Constructor and Description |
---|
PostDetailsPanel(String id,
org.apache.wicket.model.IModel<Post> model) |
Modifier and Type | Method and Description |
---|---|
Post |
PostDaoImpl.load(Object id) |
Post |
PostDaoImpl.load(Object id,
Class entityClass) |
Post |
PostDaoImpl.save(Post transientObject) |
Modifier and Type | Method and Description |
---|---|
void |
PostDaoImpl.delete(Post persistentObject) |
PostFacet |
PostDaoImpl.getContentFacetInstance(Post post,
String facetName) |
Post |
PostDaoImpl.save(Post transientObject) |
void |
PostDaoImpl.unPublish(Post post) |
Modifier and Type | Field and Description |
---|---|
protected Post |
PostFacet.content |
protected Post |
PostAttribute.post |
Modifier and Type | Method and Description |
---|---|
Post |
Post.clone() |
Post |
PostFacet.getContent() |
Post |
PostAttribute.getEntity() |
Post |
PostAttribute.getPost() |
Post |
Post.setAttribute(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
PostAttribute.setPost(Post post) |
Constructor and Description |
---|
PostAttribute(String name,
String value,
Post post) |
PostFacet(Post post) |
PostFacet(Post post,
String name) |
PostFacet(Post post,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
protected Post |
PostServiceImpl.getContentProxyObject() |
Post |
PostServiceImpl.publish(Post content) |
Modifier and Type | Method and Description |
---|---|
protected void |
PostServiceImpl.moveHierarchyOnly(Post content,
Post newParent,
Integer sequence,
String parentLastHCode) |
Post |
PostServiceImpl.publish(Post content) |
Copyright © 2018. All rights reserved.