Uses of Class
org.exoplatform.social.rest.entity.SpaceEntity
Packages that use SpaceEntity
Package
Description
-
Uses of SpaceEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return SpaceEntityModifier and TypeMethodDescriptionstatic SpaceEntityEntityBuilder.buildEntityFromSpace(org.exoplatform.social.core.space.model.Space space, String userId, String restPath, String expand) Get a hash map from a space in order to build a json object for the rest serviceMethods in org.exoplatform.social.rest.api with parameters of type SpaceEntityModifier and TypeMethodDescriptionstatic voidEntityBuilder.buildSpaceUnread(SpaceEntity spaceEntity, String username, String expand) -
Uses of SpaceEntity in org.exoplatform.social.rest.entity
Methods in org.exoplatform.social.rest.entity that return SpaceEntityModifier and TypeMethodDescriptionIdentityEntity.getSpace()SpaceEntity.setAvatarId(String avatarId) SpaceEntity.setAvatarUrl(String avatarUrl) SpaceEntity.setBannerId(String bannerId) SpaceEntity.setBannerUrl(String bannerUrl) SpaceEntity.setCanDelete(boolean canDelete) SpaceEntity.setCanEdit(boolean canEdit) SpaceEntity.setCanEditNavigations(boolean canEditNavigations) SpaceEntity.setCanManagePublicSite(boolean canDelete) SpaceEntity.setCanRedactOnSpace(boolean canRedactOnSpace) SpaceEntity.setCategoryIds(List<Long> categoryIds) SpaceEntity.setCreatedTime(String creationTime) SpaceEntity.setDescription(String description) SpaceEntity.setDisplayName(String displayName) SpaceEntity.setExternalInvitedUsers(List<String> externalInvitedUsers) SpaceEntity.setGroupId(String groupId) SpaceEntity.setHasBindings(boolean hasBindings) SpaceEntity.setIdentity(LinkEntity identity) SpaceEntity.setIdentityId(String identityId) SpaceEntity.setInvitedMembers(List<org.exoplatform.social.core.identity.model.Identity> invitedIdentities) SpaceEntity.setInvitedUsersCount(int invitedUsersCount) SpaceEntity.setIsFavorite(String isFavorite) SpaceEntity.setIsInvited(boolean isInvited) SpaceEntity.setIsManager(boolean isManager) SpaceEntity.setIsMember(boolean isMember) SpaceEntity.setIsMuted(String isMuted) SpaceEntity.setIsPending(boolean isPending) SpaceEntity.setIsPublisher(boolean isPublisher) SpaceEntity.setIsRedactor(boolean isRedactor) SpaceEntity.setIsUserBound(boolean isUserBound) SpaceEntity.setManagers(LinkEntity managers) SpaceEntity.setManagersCount(int managersCount) SpaceEntity.setMembers(LinkEntity members) SpaceEntity.setMembersCount(int membersCount) SpaceEntity.setParentSpaceId(Long parentSpaceId) SpaceEntity.setPending(LinkEntity pending) SpaceEntity.setPendingUsersCount(int pendingUsersCount) SpaceEntity.setPrettyName(String prettyName) SpaceEntity.setPublicSiteId(Long publicSiteId) SpaceEntity.setPublicSiteName(String publicSiteName) SpaceEntity.setPublicSiteVisibility(String publicSiteVisibility) SpaceEntity.setPublishers(LinkEntity publishers) SpaceEntity.setPublishersCount(int publishersCount) SpaceEntity.setRedactors(LinkEntity redactors) SpaceEntity.setRedactorsCount(int redactorsCount) SpaceEntity.setSovereign(boolean sovereign) SpaceEntity.setSubscription(String subscription) SpaceEntity.setTemplateId(Long templateId) SpaceEntity.setTotalBoundUsers(Long totalBoundUsers) SpaceEntity.setUnreadItems(Map<String, Long> getUnreadItems) SpaceEntity.setVisibility(String visibility) Methods in org.exoplatform.social.rest.entity with parameters of type SpaceEntity -
Uses of SpaceEntity in org.exoplatform.social.rest.impl.space
Methods in org.exoplatform.social.rest.impl.space with parameters of type SpaceEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseSpaceRest.createSpace(javax.ws.rs.core.UriInfo uriInfo, String expand, SpaceEntity model) javax.ws.rs.core.ResponseSpaceRest.prepareSpaceInstance(SpaceEntity model) javax.ws.rs.core.ResponseSpaceRest.updateSpaceById(javax.ws.rs.core.UriInfo uriInfo, String id, String expand, SpaceEntity model)