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