Class ContactService
java.lang.Object
hu.rts.mike.example.dev.crm.service.ContactService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContact(Contact item) voidvoidorg.springframework.data.domain.Page<Contact>findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) voidvoidvoidsoftDelete(Contact item) voidsoftDelete(List<Contact> itemList) updateContact(Contact item)
-
Field Details
-
repository
-
-
Constructor Details
-
ContactService
-
-
Method Details
-
findAllForGrid
-
findById
-
findById
-
delete
-
delete
-
softDelete
-
softDelete
-
restore
-
restore
-
createContact
-
updateContact
-