Interface LabelDaoInternal
-
- All Superinterfaces:
LabelDao
,ObjectDao
,ObjectDaoInternal<Label>
- All Known Implementing Classes:
HibernateLabelDao
public interface LabelDaoInternal extends LabelDao, ObjectDaoInternal<Label>
Dao for Labels.- Since:
- 6.10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Label>
findByDetailsInSpace(String name, String namespace, String owner, String spaceKey, LimitedRequest limitedRequest)
Allow to find detail in Space with paginationlong
getTotalLabelInSpace(String name, String namespace, String owner, String spaceKey)
Count total number of label in space-
Methods inherited from interface com.atlassian.confluence.labels.persistence.dao.LabelDao
deleteLabellingBySpace, findAllContentForAllLabels, findAllUserLabelledContent, findByDetails, findByDetailsInSpace, findByDetailsInSpaces, findById, findByLabel, findBySingleDegreeSeparation, findBySingleDegreeSeparation, findBySingleDegreeSeparation, findBySingleDegreeSeparation, findBySpace, findContentCountForLabel, findContentForLabel, findContentInSpaceForAllLabels, findContentInSpacesForAllLabels, findCurrentContentForLabel, findCurrentContentForLabelAndSpace, findForAllLabels, findForAllLabels, findGlobalLabelsByNamePrefix, findLabellingByContentAndLabel, findLabellingById, findMostPopular, findMostPopularBySpace, findRecentlyUsed, findRecentlyUsedBySpace, findRecentlyUsedLabelling, findRecentlyUsedLabellingsBySpace, findRecentlyUsedUserLabellings, findRecentlyUsedUserLabels, findSpacesContainingContentWithLabel, findSpacesWithLabel, findTeamLabelsByNamePrefix, findUnusedLabels, getFavouriteLabellingsByContentIds, getFavouriteSpaces
-
Methods inherited from interface com.atlassian.confluence.internal.persistence.ObjectDaoInternal
findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, getPersistentClass, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
-
-