com.plumtree.server
Interface IPTCardRefreshAgent
- All Superinterfaces:
- IPTUnknown
- public interface IPTCardRefreshAgent
- extends IPTUnknown
|
Method Summary |
IPTCardRefreshInfo |
GetCardRefreshInfo(int nCardID)
Retrieves the Card Refresh Info for a specified Card |
void |
SetCardRefreshInfo(int[] arCardIDs,
java.lang.String ppRefreshInfo)
Sets the Card Refresh Info for a specified set of Cards |
void |
SetCardRefreshInfo(int nCardID,
java.lang.String ppRefreshInfo)
Sets the Card Refresh Info for a specified Card |
GetCardRefreshInfo
public IPTCardRefreshInfo GetCardRefreshInfo(int nCardID)
- Retrieves the Card Refresh Info for a specified Card
- Parameters:
nCardID - cardID of the Card- Returns:
- IPTCardRefreshInfo of the specified Card
SetCardRefreshInfo
public void SetCardRefreshInfo(int nCardID,
java.lang.String ppRefreshInfo)
- Sets the Card Refresh Info for a specified Card
- Parameters:
nCardID - cardID of the CardppRefreshInfo - Card Refresh Info serialized as XML
SetCardRefreshInfo
public void SetCardRefreshInfo(int[] arCardIDs,
java.lang.String ppRefreshInfo)
- Sets the Card Refresh Info for a specified set of Cards
- Parameters:
arCardIDs - array of cardIDsppRefreshInfo - Card Refresh Info serialized as XML
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.