Interface SAPMassActivityComp
-
- All Known Subinterfaces:
SAPMassActivity
public interface SAPMassActivityComp
This class is only required in order to be able to provide binary compatibility with older releases. You should never access this class directly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Iterator<SAPMassActivityLayoutField>
getSAPMassActivityLayoutFields()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityLayoutFields()
instead.Iterator<SAPMassActivityObject>
getSAPMassActivityObjects()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityObjects()
instead.Iterator<SAPMassActivityParameterSet>
getSAPMassActivityParameterSets()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityParameterSets()
instead.Iterator<SAPMassActivityStructure>
getSAPMassActivityStructures()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityStructures()
instead.
-
-
-
Method Detail
-
getSAPMassActivityLayoutFields
@Deprecated Iterator<SAPMassActivityLayoutField> getSAPMassActivityLayoutFields()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityLayoutFields()
instead.Get anIterator
over an ordered collection ofSAPMassActivityLayoutFields
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Mass Activity layout fields.- Returns:
- An
Iterator
over an ordered collection ofSAPMassActivityLayoutField
objects .
-
getSAPMassActivityObjects
@Deprecated Iterator<SAPMassActivityObject> getSAPMassActivityObjects()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityObjects()
instead.Get anIterator
over an ordered collection ofSAPMassActivityObjects
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Mass Activity objects.- Returns:
- An
Iterator
over an ordered collection ofSAPMassActivityObject
objects .
-
getSAPMassActivityStructures
@Deprecated Iterator<SAPMassActivityStructure> getSAPMassActivityStructures()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityStructures()
instead.Get anIterator
over an ordered collection ofSAPMassActivityStructures
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Mass Activity structures.- Returns:
- An
Iterator
over an ordered collection ofSAPMassActivityStructure
objects .
-
getSAPMassActivityParameterSets
@Deprecated Iterator<SAPMassActivityParameterSet> getSAPMassActivityParameterSets()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityParameterSets()
instead.Get anIterator
over an ordered collection ofSAPMassActivityParameterSets
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Mass Activity parameter set.- Returns:
- An
Iterator
over an ordered collection ofSAPMassActivityParameterSet
objects .
-
-