Uses of Class
org.exoplatform.social.core.jpa.storage.entity.SpaceEntity
Packages that use SpaceEntity
Package
Description
-
Uses of SpaceEntity in org.exoplatform.social.core.jpa.storage
Methods in org.exoplatform.social.core.jpa.storage that return SpaceEntityModifier and TypeMethodDescriptionstatic SpaceEntityEntityConverterUtils.buildFrom(org.exoplatform.social.core.space.model.Space space, SpaceEntity spaceEntity) Methods in org.exoplatform.social.core.jpa.storage with parameters of type SpaceEntityModifier and TypeMethodDescriptionstatic SpaceEntityEntityConverterUtils.buildFrom(org.exoplatform.social.core.space.model.Space space, SpaceEntity spaceEntity) -
Uses of SpaceEntity in org.exoplatform.social.core.jpa.storage.dao
Methods in org.exoplatform.social.core.jpa.storage.dao with parameters of type SpaceEntity -
Uses of SpaceEntity in org.exoplatform.social.core.jpa.storage.dao.jpa
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return SpaceEntityModifier and TypeMethodDescriptionSpaceDAO.getSpaceByGroupId(String groupId) SpaceDAO.getSpaceByPrettyName(String spacePrettyName) Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return types with arguments of type SpaceEntityModifier and TypeMethodDescriptionSpaceDAO.getCommonSpaces(String userId, String otherUserId, int offset, int limit) Methods in org.exoplatform.social.core.jpa.storage.dao.jpa with parameters of type SpaceEntity -
Uses of SpaceEntity in org.exoplatform.social.core.jpa.storage.entity
Methods in org.exoplatform.social.core.jpa.storage.entity that return SpaceEntityModifier and TypeMethodDescriptionGroupSpaceBindingEntity.getSpace()GroupSpaceBindingReportActionEntity.getSpace()SpaceMemberEntity.getSpace()Methods in org.exoplatform.social.core.jpa.storage.entity with parameters of type SpaceEntityModifier and TypeMethodDescriptionvoidGroupSpaceBindingEntity.setSpace(SpaceEntity space) voidGroupSpaceBindingReportActionEntity.setSpace(SpaceEntity space) voidSpaceMemberEntity.setSpace(SpaceEntity space) Constructors in org.exoplatform.social.core.jpa.storage.entity with parameters of type SpaceEntityModifierConstructorDescriptionSpaceMemberEntity(SpaceEntity space, String userId, io.meeds.social.space.constant.SpaceMembershipStatus status, Instant createdDate)