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