|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
|---|---|
CardUsage |
addCardHistory(CUID cuid,
URI uri)
Adds info about card usage event |
void |
clearCardHistory(CUID cuid)
Deletes all the usage events of the given card on all URIs unless it is checked as "Use Always". |
void |
clearUsedAlwaysURLs(CUID cuid)
Deletes state "Use Always" on all URIs for the given card |
void |
close()
Finishes all the work done, releases contexts, resourses etc. |
CardUsage |
deleteUsedAlways(CUID cuid,
URI uri)
Deletes the "Use Always" relation between this card and this site |
List |
getCardHistory(CUID cuid)
Returns the card usage history |
List |
getCardHistory(CUID cuid,
int startFrom,
int size,
String orderBy,
boolean desc)
Returns the card usage history in a paging manner |
List |
getCardUsageSummary(CUID cuid)
Returns card relations to URI with last used dates and state remembered it on this site or not |
List |
getCardUsageSummary(CUID cuid,
int startFrom,
int size,
String orderBy,
boolean desc)
Returns card relations to URI with last used dates and state remembered it on this site or not |
int |
getHistoryTotalSize(CUID cuid)
Returns the total size of history for paging output |
int |
getSummaryTotalSize(CUID cuid)
|
CUID |
getUsedAlwaysCard(URI uri)
Returns the card remebered for the given site |
List |
getUsedAlwaysURLs(CUID cuid)
Returns the List of CardUsage objects with URIs for which the given card is remembered |
List |
getUsedCards(URI uri)
Returns the List of CardUsage objects of all the cards, which ever been logged in to this site |
CardUsage |
setUsedAlways(CUID cuid,
URI uri)
Remembers this card for this site |
| Method Detail |
public CardUsage addCardHistory(CUID cuid,
URI uri)
throws UserProfileException
UserProfileException
public List getCardHistory(CUID cuid)
throws UserProfileException
cuid -
UserProfileException
public List getCardHistory(CUID cuid,
int startFrom,
int size,
String orderBy,
boolean desc)
throws UserProfileException
cuid - startFrom - size - orderBy - - string constants from CardUsage class, by what field to order outputdesc -
UserProfileException
public int getHistoryTotalSize(CUID cuid)
throws UserProfileException
UserProfileException
public void clearCardHistory(CUID cuid)
throws UserProfileException
cuid -
UserProfileException
public CardUsage setUsedAlways(CUID cuid,
URI uri)
throws UserProfileException
cuid -
UserProfileException
public CardUsage deleteUsedAlways(CUID cuid,
URI uri)
throws UserProfileException
cuid -
UserProfileException
public List getUsedCards(URI uri)
throws UserProfileException
UserProfileException
public List getUsedAlwaysURLs(CUID cuid)
throws UserProfileException
cuid -
UserProfileException
public CUID getUsedAlwaysCard(URI uri)
throws UserProfileException
UserProfileException
public void clearUsedAlwaysURLs(CUID cuid)
throws UserProfileException
cuid -
UserProfileException
public List getCardUsageSummary(CUID cuid)
throws UserProfileException
cuid -
UserProfileException
public List getCardUsageSummary(CUID cuid,
int startFrom,
int size,
String orderBy,
boolean desc)
throws UserProfileException
cuid - startFrom - size - orderBy - - string constants from CardUsage class, by what field to order outputdesc -
UserProfileException
public int getSummaryTotalSize(CUID cuid)
throws UserProfileException
cuid -
UserProfileException
public void close()
throws UserProfileException
UserProfileException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||