Uses of Class
org.exoplatform.social.core.jpa.storage.entity.StreamItemEntity
Packages that use StreamItemEntity
Package
Description
-
Uses of StreamItemEntity in org.exoplatform.social.core.jpa.storage.dao
Methods in org.exoplatform.social.core.jpa.storage.dao that return types with arguments of type StreamItemEntity -
Uses of StreamItemEntity in org.exoplatform.social.core.jpa.storage.dao.jpa
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return types with arguments of type StreamItemEntity -
Uses of StreamItemEntity in org.exoplatform.social.core.jpa.storage.entity
Methods in org.exoplatform.social.core.jpa.storage.entity that return types with arguments of type StreamItemEntityMethods in org.exoplatform.social.core.jpa.storage.entity with parameters of type StreamItemEntityModifier and TypeMethodDescriptionvoidActivityEntity.addStreamItem(StreamItemEntity item) Adds the stream item entity to this activityvoidActivityEntity.removeStreamItem(StreamItemEntity item) Method parameters in org.exoplatform.social.core.jpa.storage.entity with type arguments of type StreamItemEntityModifier and TypeMethodDescriptionvoidActivityEntity.setStreamItems(List<StreamItemEntity> streamItems)