@Service(value="dmtPersonService") public class PersonService extends Object implements IPersonService
| Constructor and Description |
|---|
PersonService() |
| Modifier and Type | Method and Description |
|---|---|
long |
count(PersonFVO filter) |
List<User> |
getCreatorUserList() |
List<User> |
getModifierUserList() |
List<Person> |
list() |
Person |
load(Long id) |
void |
saveOrUpdate(Person entity) |
List<Person> |
search(PersonFVO filter,
long pageIndex,
long pageSize) |
public void saveOrUpdate(Person entity)
saveOrUpdate in interface IPersonServicepublic Person load(Long id)
load in interface IPersonServicepublic List<Person> list()
list in interface IPersonServicepublic List<Person> search(PersonFVO filter, long pageIndex, long pageSize)
search in interface IPersonServicepublic long count(PersonFVO filter)
count in interface IPersonServicepublic List<User> getCreatorUserList()
getCreatorUserList in interface IPersonServicepublic List<User> getModifierUserList()
getModifierUserList in interface IPersonServiceCopyright © 2019. All rights reserved.