Class CommunicationChannelService
java.lang.Object
hu.rts.mike.example.dev.crm.service.CommunicationChannelService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(CommunicationChannel item) voiddelete(List<CommunicationChannel> items) org.springframework.data.domain.Page<CommunicationChannel>findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers)
-
Field Details
-
repository
-
-
Constructor Details
-
CommunicationChannelService
-
-
Method Details
-
findAllForGrid
@Transactional(readOnly=true) @RolesAllowed("READ_COMMUNICATION_CHANNEL") public org.springframework.data.domain.Page<CommunicationChannel> findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) -
findById
@RolesAllowed("READ_COMMUNICATION_CHANNEL") @Transactional(readOnly=true) public CommunicationChannel findById(Integer id) -
findById
@RolesAllowed("READ_COMMUNICATION_CHANNEL") public CommunicationChannel findById(Integer id, String... fetchMembers) -
delete
-
delete
-
createCommunicationChannel
@RolesAllowed("CREATE_COMMUNICATION_CHANNEL") public CommunicationChannel createCommunicationChannel(CommunicationChannel item) -
updateCommunicationChannel
@RolesAllowed("UPDATE_COMMUNICATION_CHANNEL") public CommunicationChannel updateCommunicationChannel(CommunicationChannel item)
-