Package de.elo.ix.client
Class FindSubscriptionInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindSubscriptionInfo
- All Implemented Interfaces:
Serializable
Find criteria for function findFirstSubscriptions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FeedZ
Element selector for Feed objects.protected SordZ
Element selector for Sord objects.protected String
Find subscriptions of this user.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
sordZ
Element selector for Sord objects. If this member is not null or empty, FindResult.sords contains the Sord objects associated to FindResult.subscriptions.- Since:
- 9.00.014.005
-
feedZ
Element selector for Feed objects. If this member is not null or empty, FindResult.feeds contains the Feed objects associated to FindResult.subscriptions.- Since:
- 9.00.014.005
-
userId
Find subscriptions of this user. If this member is empty, the current users subscriptions are returned. This member is ignored for non-administrators. User ID, GUID or Name is accepted.- Since:
- 9.00.014.005
-
-
Constructor Details
-
FindSubscriptionInfo
public FindSubscriptionInfo()
-
-
Method Details
-
getSordZ
-
setSordZ
-
getFeedZ
-
setFeedZ
-
getUserId
-
setUserId
-