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