Uses of Class
org.exoplatform.cs.dto.SpaceDTO
Packages that use SpaceDTO
Package
Description
-
Uses of SpaceDTO in org.exoplatform.cs.integration.notification
Fields in org.exoplatform.cs.integration.notification with type parameters of type SpaceDTOModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<SpaceDTO>CSSpaceEditionPlugin.SPACEstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<SpaceDTO>CSSubscriptionExpiredPlugin.SPACEstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<SpaceDTO>CSSubscriptionReminderPlugin.SPACE -
Uses of SpaceDTO in org.exoplatform.cs.rest.utils
Methods in org.exoplatform.cs.rest.utils with parameters of type SpaceDTOModifier and TypeMethodDescriptionstatic final CSpaceEntityBuilder.fromSpaceDto(SpaceDTO spaceDTO) -
Uses of SpaceDTO in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return SpaceDTOModifier and TypeMethodDescriptionCSSpaceService.convertToDTO(SpaceEntity spaceEntity) CSSpaceService.updateSpace(SpaceDTO spaceDTO) Methods in org.exoplatform.cs.service that return types with arguments of type SpaceDTOModifier and TypeMethodDescriptionCSSpaceService.getActiveByEndSubscriptionDate(Calendar fromDate, Calendar toDate) CSSpaceService.getActiveSpaces()CSSpaceService.getAllSpaces()CSSpaceService.getDeactvatedSpaces()CSSpaceService.getSpaces(int offset, int limit) Methods in org.exoplatform.cs.service with parameters of type SpaceDTOModifier and TypeMethodDescriptionCSSpaceService.convertToEntity(SpaceDTO spaceDTO, SpaceEntity spaceEntity) CSSpaceService.updateSpace(SpaceDTO spaceDTO) -
Uses of SpaceDTO in org.exoplatform.cs.service.listener
Method parameters in org.exoplatform.cs.service.listener with type arguments of type SpaceDTO