Uses of Class
org.exoplatform.cs.dto.SpaceDTO
-
Packages that use SpaceDTO Package Description org.exoplatform.cs.integration.notification org.exoplatform.cs.rest.utils org.exoplatform.cs.service org.exoplatform.cs.service.listener -
-
Uses of SpaceDTO in org.exoplatform.cs.integration.notification
Fields in org.exoplatform.cs.integration.notification with type parameters of type SpaceDTO Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<SpaceDTO>CSSpaceEditionPlugin. SPACEstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<SpaceDTO>CSSubscriptionExpiredPlugin. SPACEstatic 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 SpaceDTO Modifier and Type Method Description static CSpaceEntityBuilder. fromSpaceDto(SpaceDTO spaceDTO) -
Uses of SpaceDTO in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return SpaceDTO Modifier and Type Method Description SpaceDTOCSSpaceService. convertToDTO(SpaceEntity spaceEntity)SpaceDTOCSSpaceService. getSpace(String groupId)SpaceDTOCSSpaceService. saveSpace(SpaceDTO spaceDTO)SpaceDTOCSSpaceService. updateSpace(SpaceDTO spaceDTO)Methods in org.exoplatform.cs.service that return types with arguments of type SpaceDTO Modifier and Type Method Description List<SpaceDTO>CSSpaceService. getActiveByEndSubscriptionDate(Calendar fromDate, Calendar toDate)List<SpaceDTO>CSSpaceService. getActiveSpaces()List<SpaceDTO>CSSpaceService. getAllSpaces()List<SpaceDTO>CSSpaceService. getDeactvatedSpaces()List<SpaceDTO>CSSpaceService. getSpaces(int offset, int limit)Methods in org.exoplatform.cs.service with parameters of type SpaceDTO Modifier and Type Method Description SpaceEntityCSSpaceService. convertToEntity(SpaceDTO spaceDTO, SpaceEntity spaceEntity)SpaceDTOCSSpaceService. saveSpace(SpaceDTO spaceDTO)SpaceDTOCSSpaceService. 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 Modifier and Type Method Description voidCSSpaceUpdatedLogListener. onEvent(org.exoplatform.services.listener.Event<SpaceDTO,Map<String,String>> event)
-