@Lazy @Service public class HyperlinkValueService extends Object
| Constructor and Description |
|---|
HyperlinkValueService() |
| Modifier and Type | Method and Description |
|---|---|
HyperlinkValue |
create(HyperlinkValue hyperlinkValue) |
boolean |
deleteById(Integer id) |
Entity |
getEntity() |
HyperlinkValue |
read(Integer id) |
Iterable<HyperlinkValue> |
readAll() |
EntityPager<HyperlinkValue> |
readAll(int start,
int num,
List<QueryRule> queryRules) |
void |
update(HyperlinkValue hyperlinkValue) |
@PreAuthorize(value="hasAnyRole(\'ROLE_SU, ROLE_ENTITY_WRITE_HYPERLINKVALUE\')") public HyperlinkValue create(HyperlinkValue hyperlinkValue) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU, ROLE_ENTITY_READ_HYPERLINKVALUE\')") public HyperlinkValue read(Integer id) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU, ROLE_ENTITY_WRITE_HYPERLINKVALUE\')") public void update(HyperlinkValue hyperlinkValue) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU, ROLE_ENTITY_WRITE_HYPERLINKVALUE\')") public boolean deleteById(Integer id) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU, ROLE_ENTITY_READ_HYPERLINKVALUE\')") public Iterable<HyperlinkValue> readAll() throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU, ROLE_ENTITY_READ_HYPERLINKVALUE\')") public EntityPager<HyperlinkValue> readAll(int start, int num, List<QueryRule> queryRules) throws DatabaseException
DatabaseException@PreAuthorize(value="hasAnyRole(\'ROLE_SU, ROLE_ENTITY_READ_HYPERLINKVALUE\')") public Entity getEntity() throws DatabaseException
DatabaseExceptionCopyright © 2013. All Rights Reserved.