Package com.bytedesk.core.channel
Class ChannelRestService
java.lang.Object
com.bytedesk.core.base.BaseRestService<ChannelEntity,ChannelRequest,ChannelResponse>
com.bytedesk.core.channel.ChannelRestService
@Service
public class ChannelRestService
extends BaseRestService<ChannelEntity,ChannelRequest,ChannelResponse>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChannelRepository
private final org.modelmapper.ModelMapper
private final UidUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToResponse
(ChannelEntity channel) create
(ChannelRequest request) void
delete
(ChannelRequest request) void
deleteByUid
(String uid) boolean
existsByUid
(String uid) void
handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ChannelEntity entity) org.springframework.data.domain.Page<ChannelResponse>
queryByOrg
(ChannelRequest request) org.springframework.data.domain.Page<ChannelResponse>
queryByUser
(ChannelRequest request) save
(ChannelEntity entity) update
(ChannelRequest request) Methods inherited from class com.bytedesk.core.base.BaseRestService
getUidFromRequest, queryByUid
-
Field Details
-
channelRepository
-
modelMapper
private final org.modelmapper.ModelMapper modelMapper -
uidUtils
-
-
Constructor Details
-
ChannelRestService
public ChannelRestService()
-
-
Method Details
-
queryByOrg
- Specified by:
queryByOrg
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-
queryByUser
- Specified by:
queryByUser
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-
findByUid
- Specified by:
findByUid
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-
existsByUid
-
create
- Specified by:
create
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-
update
- Specified by:
update
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-
save
- Specified by:
save
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-
deleteByUid
- Specified by:
deleteByUid
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-
delete
- Specified by:
delete
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-
handleOptimisticLockingFailureException
public void handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ChannelEntity entity) - Specified by:
handleOptimisticLockingFailureException
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-
convertToResponse
- Specified by:
convertToResponse
in classBaseRestService<ChannelEntity,
ChannelRequest, ChannelResponse>
-