Uses of Class
org.exoplatform.cs.entity.SpaceEntity
-
Packages that use SpaceEntity Package Description org.exoplatform.cs.dao org.exoplatform.cs.service org.exoplatform.cs.service.util -
-
Uses of SpaceEntity in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao that return types with arguments of type SpaceEntity Modifier and Type Method Description List<SpaceEntity>SpaceDAO. getActiveByEndSubscriptionDate(Calendar fromDate, Calendar toDate)List<SpaceEntity>SpaceDAO. getActiveSpaces(int offset, int limit)List<SpaceEntity>SpaceDAO. getDeactvatedSpaces(int offset, int limit)List<SpaceEntity>SpaceDAO. getSpaces(int offset, int limit)List<SpaceEntity>SpaceDAO. getSpacesByType(boolean internal, int offset, int limit)Methods in org.exoplatform.cs.dao with parameters of type SpaceEntity Modifier and Type Method Description LongTopicDAO. countTickets(SpaceEntity space, IssueType type) -
Uses of SpaceEntity in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return SpaceEntity Modifier and Type Method Description SpaceEntityCSSpaceService. convertToEntity(SpaceDTO spaceDTO, SpaceEntity spaceEntity)SpaceEntityTicketService. getSpaceByGroupId(String groupID)Methods in org.exoplatform.cs.service with parameters of type SpaceEntity Modifier and Type Method Description protected EnvironmentEntityBaseService. convert(EnvironmentDTO dto, SpaceEntity spaceEntity, boolean remove)SpaceDTOCSSpaceService. convertToDTO(SpaceEntity spaceEntity)SpaceEntityCSSpaceService. convertToEntity(SpaceDTO spaceDTO, SpaceEntity spaceEntity)LongTicketService. 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 SpaceEntity Modifier and Type Method Description static voidCustomerRateMailUtils. sendCustomerRateEmail(TicketDTO ticketDTO, SpaceEntity spaceEntity, org.exoplatform.social.core.identity.model.Profile reciepentProfile, InputStream mailTemplate)
-