public class CrudServiceBean extends Object implements Serializable
CrudControllerRemote
.Constructor and Description |
---|
CrudServiceBean()
Public default constructor to make this a bean.
|
Modifier and Type | Method and Description |
---|---|
void |
findByPrimaryKey()
Find an HtmlTag entity by its primary key.
|
void |
findByTag()
Find an HtmlTag entity by its tag.
|
HtmlTag |
getHtmlTag()
Gets the HtmlTag.
|
Long |
getPrimaryKey()
Gets the primary key.
|
void |
merge()
Merges an HtmlTag.
|
void |
persist()
Creates an HtmlTag.
|
void |
remove()
Removes an HtmlTag.
|
void |
setPrimaryKey(Long primaryKey)
Sets the primary key.
|
public CrudServiceBean()
public HtmlTag getHtmlTag()
public Long getPrimaryKey()
public void setPrimaryKey(Long primaryKey)
primaryKey
- The primary key.public void persist()
public void findByPrimaryKey()
public void findByTag()
public void merge()
public void remove()
Copyright © 2008–2018. All rights reserved.