Uses of Class
org.exoplatform.cs.entity.SpaceEntity
Packages that use SpaceEntity
Package
Description
-
Uses of SpaceEntity in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao that return types with arguments of type SpaceEntityModifier and TypeMethodDescriptionSpaceDAO.getActiveByEndSubscriptionDate(Calendar fromDate, Calendar toDate) SpaceDAO.getActiveSpaces(int offset, int limit) SpaceDAO.getDeactvatedSpaces(int offset, int limit) SpaceDAO.getSpaces(int offset, int limit) SpaceDAO.getSpacesByType(boolean internal, int offset, int limit) Methods in org.exoplatform.cs.dao with parameters of type SpaceEntity -
Uses of SpaceEntity in org.exoplatform.cs.entity
Methods in org.exoplatform.cs.entity that return SpaceEntityMethods in org.exoplatform.cs.entity with parameters of type SpaceEntity -
Uses of SpaceEntity in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return SpaceEntityModifier and TypeMethodDescriptionCSSpaceService.convertToEntity(SpaceDTO spaceDTO, SpaceEntity spaceEntity) TicketService.getSpaceByGroupId(String groupID) Methods in org.exoplatform.cs.service with parameters of type SpaceEntityModifier and TypeMethodDescriptionprotected EnvironmentEntityBaseService.convert(EnvironmentDTO dto, SpaceEntity spaceEntity, boolean remove) CSSpaceService.convertToDTO(SpaceEntity spaceEntity) CSSpaceService.convertToEntity(SpaceDTO spaceDTO, SpaceEntity spaceEntity) TicketService.getTicketsCount(SpaceEntity space, IssueType type) -
Uses of SpaceEntity in org.exoplatform.cs.service.util
Methods in org.exoplatform.cs.service.util with parameters of type SpaceEntityModifier and TypeMethodDescriptionstatic voidCustomerRateMailUtils.sendCustomerRateEmail(TicketDTO ticketDTO, SpaceEntity spaceEntity, org.exoplatform.social.core.identity.model.Profile reciepentProfile, InputStream mailTemplate)