Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Pointloyalty Manager; 3.3.0
Java Web-Services access API
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
S
T
W
A
addAction(WsLogin, String, WsAction)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Sends one user action to PointLoyalty Manager system and calculate bonus points.
addActions(WsLogin, String, WsAction[])
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Sends a batch of user transactions to PointLoyalty Manager system for bonus calculation.
addBonusAdjustment(WsLogin, String, WsBonusAdjustment)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Sends bonus adjustment information to PointLoyalty Manager system.
addBonusAdjustments(WsLogin, String, WsBonusAdjustment[])
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Sends a batch of bonus adjustments information to PointLoyalty Manager system.
addMember(WsLogin, WsMember)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Creates loyalty program member.
addMemberAccount(WsLogin, WsMemberAccount)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Creates member account for
PointLoyalty Member Console
.
addMemberAccounts(WsLogin, WsMemberAccount[])
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Creates members' accounts for
PointLoyalty Member Console
.
addMembers(WsLogin, WsMember[])
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Creates multiple loyalty program members.
C
com.pointloyalty.loyalty.wsmod
- package com.pointloyalty.loyalty.wsmod
This package contains
PointLoyalty Manager
web services description.
com.pointloyalty.loyalty.wsmod.beans
- package com.pointloyalty.loyalty.wsmod.beans
This package contains Java Beans for
PointLoyalty Manager
Web Services.
D
deleteActions(WsLogin, String)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes member actions registered in the system.
deleteAllActions(WsLogin, Date, Date)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes all actions, registered in the system with all calculated bonuses for these actions.
deleteAllBonusAdjustments(WsLogin, Date, Date)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes all bonus adjustments, registered in the system.
deleteAllBonuses(WsLogin, Date, Date)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes all bonuses, calculated in the system.
deleteAllMemberAccounts(WsLogin)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes all members accounts, registered in the system.
deleteAllMembers(WsLogin)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes all members, registered in the system.
deleteBonus(WsLogin, String)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes bonus calculated in the system.
deleteBonusAdjustments(WsLogin, String)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes bonuses adjustments registered in the system.
deleteBonuses(WsLogin, String[])
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes bonuses calculated in the system.
deleteMember(WsLogin, String)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes loyalty program member registered in the system.
deleteMemberAccount(WsLogin, String)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes member account for
PointLoyalty Member Console
.
deleteMemberAccounts(WsLogin, String[])
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes members accounts for
PointLoyalty Member Console
.
deleteMembers(WsLogin, String[])
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Deletes loyalty program members registered in the system.
G
getActionDatetime()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Gets action date.
getActionDatetime()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Gets member action date.
getActionDatetime()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Gets action or bonus adjustment date.
getActionName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Gets action name.
getActionName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Gets action name.
getActionName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Gets action name.
getActiveOffers(WsLogin)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Gets all currently active offers.
getAdjustmentDatetime()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Gets adjustment date.
getAdjustmentDescription()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Gets bonus adjustment description.
getBonus()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Gets bonus value.
getBonus()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Gets summary bonus (or adjustment value) associated with the action.
getBonusAdjustments(WsLogin, String, Date, Date)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Gets all bonus adjustments registered for the customer within time interval.
getBonuses(WsLogin, String, Date, Date)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Gets all bonuses earned by the customer within time interval.
getBonusesHolder()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Gets calculated bonuses for action (always
null
for bonus adjustments).
getBonusInternalId()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Gets
PointLoyalty Manager
bonus identifier.
getBoolValue()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Gets
boolean
value as numeric flag. 0 - false 1 - true.
getCalcDatetime()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Gets bonus calculation date.
getDatetimeValue()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Gets
datetime
value.
getDateValue()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Gets
date
value.
getDescription()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Gets adjustment description.
getEmail()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Gets member email address.
getEmail()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Gets member email.
getFirstName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Gets member first name.
getFrom()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Gets the start date of the interval when the offer is valid.
getLastName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Gets member last name.
getLocale()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
Gets client locale.
getLongValue()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Gets
long
value.
getMemberActivity(WsLogin, String, Date, Date)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Gets the history of customer(member) activity.
getMemberId()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Gets action member identifier.
getMemberId()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Gets loyalty program member identifier.
getMemberId()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Gets action member identifier.
getMemberId()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Gets member identifier.
getName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Gets action name.
getName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
Gets client name.
getName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Gets member account name.
getName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Gets field name.
getNumericValue()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Gets
numeric
value.
getOfferDescription()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Gets offer description.
getOfferName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Gets offer name.
getOfferName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Gets loyalty offer name.
getOfferName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Gets offer name.
getPassword()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
Gets client password.
getPassword()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Gets member password.
getPassword()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Gets member account password.
getPersonalId()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Gets member personal identifier.
getPersonalId()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Gets member account identifier.
getProgramDescription()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Gets program description.
getProgramName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Gets program name.
getProgramName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Gets loyalty program name.
getProgramName()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Gets program name.
getQuantity()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Gets adjustment value.
getRecNum()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Gets action record number.
getRecNum()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Gets action record number in a batch.
getStringValue()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Sets
string
value.
getTimeValue()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Gets
time
value.
getTimeZoneId()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
Gets client timezone identifier.
getTimeZoneId()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Gets member timezone identifier.
getTo()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Gets the end date of the interval when the offer is valid.
getValues()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Gets action attributes data.
getValues()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Gets member attributes data.
getValues()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Gets action attributes.
I
isAdjustment()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Gets flag indicating what type of data this class contains - a customer action or a bonus adjustment. 0 - action. 1 - bonus adjustment.
isCreatedAttributesTemplate(WsLogin, String, String[])
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Check if there is action template with attributes defined in the system.
isCreatedMembersTemplate(WsLogin, String[])
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Check if there are members' templates defined in the system.
isValidClientAccount(WsLogin)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Check if there is valid program owner's account in PointLoyalty Manager for this login.
isValidMemberAccount(WsLogin)
- Method in interface com.pointloyalty.loyalty.wsmod.
WsServiceDao
Check if there is valid member's account in Member Console for this login.
S
setActionDatetime(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Sets action date.
setActionDatetime(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Sets member action date.
setActionDatetime(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Sets action or bonus adjustment date.
setActionName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Sets action name.
setActionName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Sets action name.
setActionName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Sets action name.
setAdjustment(Byte)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Sets flag indicating what type of data this class contains - a customer action or a bonus adjustment. 0 - action. 1 - bonus adjustment.
setAdjustmentDatetime(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Sets adjustment date.
setAdjustmentDescription(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Sets bonus adjustment description.
setBonus(Double)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Sets bonus value.
setBonus(Double)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Sets summary bonus (or adjustment value) associated with the action.
setBonusesHolder(WsBonusFullData[])
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Sets calculated bonuses for action (always
null
for bonus adjustments).
setBonusInternalId(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Sets
PointLoyalty Manager
bonus identifier.
setBoolValue(Byte)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Sets
boolean
value from numeric flag. 0 - false 1 - true.
setCalcDatetime(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Sets bonus calculation date.
setDatetimeValue(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Sets
datetime
value.
setDateValue(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Sets
date
value.
setDescription(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Sets adjustment description.
setEmail(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Sets member email address.
setEmail(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Sets member email.
setFirstName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Sets member first name.
setFrom(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Sets the start date of the interval when the offer is valid.
setLastName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Sets member last name.
setLocale(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
Sets client locale.
setLongValue(Long)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Sets
long
value.
setMemberId(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Sets action member identifier.
setMemberId(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Sets loyalty program member identifier.
setMemberId(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Sets action member identifier.
setMemberId(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Sets member identifier.
setName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Sets action name.
setName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
Sets client name.
setName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Sets member account name.
setName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Sets field name.
setNumericValue(Double)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Sets
numeric
value.
setOfferDescription(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Sets offer description.
setOfferName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Sets offer name.
setOfferName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Sets loyalty offer name.
setOfferName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Sets offer name.
setPassword(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
Sets client password.
setPassword(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Sets member password.
setPassword(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Sets member account password.
setPersonalId(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Sets member personal identifier.
setPersonalId(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Sets member account identifier.
setProgramDescription(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Sets program description.
setProgramName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Sets program name.
setProgramName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Sets loyalty program name.
setProgramName(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Sets program name.
setQuantity(double)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
Sets adjustment value.
setRecNum(Long)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Sets action record number.
setRecNum(Long)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
Sets action record number in a batch.
setStringValue(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Sets
string
value.
setTimeValue(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
Sets
time
value.
setTimeZoneId(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
Sets client timezone identifier.
setTimeZoneId(String)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
Sets member timezone identifier.
setTo(Date)
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
Sets the end date of the interval when the offer is valid.
setValues(WsValue[])
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
Sets action attributes data.
setValues(WsValue[])
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
Sets member attributes data.
setValues(WsValue[])
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
Sets action attributes.
T
toString()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsAction
toString()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
toString()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
toString()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
toString()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMember
toString()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
toString()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
toString()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
toString()
- Method in class com.pointloyalty.loyalty.wsmod.beans.
WsValue
toString()
- Method in exception com.pointloyalty.loyalty.wsmod.
WsLoyaltyException
W
WsAction
- Class in
com.pointloyalty.loyalty.wsmod.beans
Member action class.
WsAction()
- Constructor for class com.pointloyalty.loyalty.wsmod.beans.
WsAction
WsBonusAdjustment
- Class in
com.pointloyalty.loyalty.wsmod.beans
This class contains information about bonus adjustment.
WsBonusAdjustment()
- Constructor for class com.pointloyalty.loyalty.wsmod.beans.
WsBonusAdjustment
WsBonusFullData
- Class in
com.pointloyalty.loyalty.wsmod.beans
Complete information about bonus.
WsBonusFullData()
- Constructor for class com.pointloyalty.loyalty.wsmod.beans.
WsBonusFullData
WsLogin
- Class in
com.pointloyalty.loyalty.wsmod.beans
Client login info class.
WsLogin()
- Constructor for class com.pointloyalty.loyalty.wsmod.beans.
WsLogin
WsLoyaltyException
- Exception in
com.pointloyalty.loyalty.wsmod
Web service execution exception.
WsLoyaltyException(String)
- Constructor for exception com.pointloyalty.loyalty.wsmod.
WsLoyaltyException
WsLoyaltyException(String, Throwable)
- Constructor for exception com.pointloyalty.loyalty.wsmod.
WsLoyaltyException
WsMember
- Class in
com.pointloyalty.loyalty.wsmod.beans
Member information data holder.
WsMember()
- Constructor for class com.pointloyalty.loyalty.wsmod.beans.
WsMember
WsMemberAccount
- Class in
com.pointloyalty.loyalty.wsmod.beans
Member account information for
PointLoyalty Member Console
.
WsMemberAccount()
- Constructor for class com.pointloyalty.loyalty.wsmod.beans.
WsMemberAccount
WsMemberActivity
- Class in
com.pointloyalty.loyalty.wsmod.beans
The class contains information about registered customer action and associated bonuses (if any) or bonus adjustment.
WsMemberActivity()
- Constructor for class com.pointloyalty.loyalty.wsmod.beans.
WsMemberActivity
WsProgramOwnerData
- Class in
com.pointloyalty.loyalty.wsmod.beans
The class contains information about loyalty offer.
WsProgramOwnerData()
- Constructor for class com.pointloyalty.loyalty.wsmod.beans.
WsProgramOwnerData
WsServiceDao
- Interface in
com.pointloyalty.loyalty.wsmod
Web services API for the
PointLoyalty Manager
bonuses calculation system.
WsValue
- Class in
com.pointloyalty.loyalty.wsmod.beans
This class contains field data information, including field name and field value.
WsValue()
- Constructor for class com.pointloyalty.loyalty.wsmod.beans.
WsValue
A
C
D
G
I
S
T
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Pointloyalty Manager; 3.3.0
Java Web-Services access API
PREV NEXT
FRAMES
NO FRAMES
All Classes
Pointloyalty Manager, Loyalty solution software, ver. 3.3.0 (build 43)
2007-2009 Copyright © Pointloyalty, Inc. All Rights Reserved.