Package wt.facade.persistedcollection
Class PersistedCollectionHelper
java.lang.Object
wt.facade.persistedcollection.PersistedCollectionHelper
Helper class that provides easy access to the implementation of methods defined by the
Supported API: true
Extendable: false
PersistedCollectionService interface.
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistedCollectionServiceA static reference to the standard implementation class for PersistedCollectionService. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturn true if a PersistedCollectionHolder allows nested collections to be added as members.static booleanisCheckedIn(PersistedCollectionHolder holder) Return true if a PersistedCollectionHolder is currently checked in.static booleanReturn true if a PersistedCollectionHolder is currently checked out.static booleanisPersistedCollectable(WTReference objectRef) Return true if the specified object reference is a PersistedCollectable object.static booleanisPersistedCollectableHolder(WTReference objectRef) Return true if the specified object reference is a PersistedCollectableHolder object.static booleanisPersistedCollectionHolder(WTReference objectRef) Return true if the specified object reference is a PersistedCollectionHolder object.
-
Field Details
-
service
A static reference to the standard implementation class for PersistedCollectionService.
Supported API: true
-
-
Method Details
-
allowsNesting
Return true if a PersistedCollectionHolder allows nested collections to be added as members.
Supported API: true -
isPersistedCollectionHolder
Return true if the specified object reference is a PersistedCollectionHolder object. Guaranteed not to inflate the reference.
Supported API: true -
isPersistedCollectableHolder
Return true if the specified object reference is a PersistedCollectableHolder object. Guaranteed not to inflate the reference.
Supported API: true -
isPersistedCollectable
Return true if the specified object reference is a PersistedCollectable object. Guaranteed not to inflate the reference.
Supported API: true -
isCheckedIn
Return true if a PersistedCollectionHolder is currently checked in.
Supported API: true- Parameters:
holder- PersistedCollectionHolder object.
-
isCheckedOut
Return true if a PersistedCollectionHolder is currently checked out.
Supported API: true- Parameters:
holder- PersistedCollectionHolder object.
-