com.atlassian.jira.favourites
Interface Favourite

All Known Subinterfaces:
PortalPage, SharedEntity
All Known Implementing Classes:
AbstractPortalPageImpl, DefaultPortalPageImpl, PortalPageImpl, SearchRequest, SharedEntity.Indentifier

public interface Favourite

An entity that can be marked as favourite by users.

Since:
v3.13

Method Summary
 Long getFavouriteCount()
          The number of users who have marked this entity as one of their favourites.
 

Method Detail

getFavouriteCount

Long getFavouriteCount()
The number of users who have marked this entity as one of their favourites.

Returns:
long the user count


Copyright © 2002-2009 Atlassian. All Rights Reserved.