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