com.crystaldecisions.sdk.plugin.authentication.sap.logsys
Interface ISAPR3LogicalSystems

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface ISAPR3LogicalSystems
extends java.util.List

Object representation of all the logical systems. The objects performs all the string parsing to make reading and writing to the SAPR3 plugin simpler. The ISAPR3LogicalSystems object requires the following CMS properties to be present in order to be used:

Since:
4.1

Method Summary
 void add(int arg0, ISAPR3LogicalSystem arg1)
          Unsupported Method.
 boolean add(ISAPR3LogicalSystem arg0)
          Adds logical system object.
 boolean addAll(java.util.Collection arg0)
          Adds a collection of logical system objects.
 ISAPR3LogicalSystem set(int arg0, ISAPR3LogicalSystem arg1)
          Unsupported Method.
 
Methods inherited from interface java.util.List
addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, size, subList, toArray, toArray
 

Method Detail

add

boolean add(ISAPR3LogicalSystem arg0)
Adds logical system object. If a logical system with the same System ID and client number already exists, it will not be added and false is returned.

Specified by:
add in interface java.util.Collection
Specified by:
add in interface java.util.List
Returns:
true if logical system is added, false if logical system is not added

addAll

boolean addAll(java.util.Collection arg0)
Adds a collection of logical system objects. If a logical system with the same System ID and client number already exists, it will not be added and false is returned.

Specified by:
addAll in interface java.util.Collection
Specified by:
addAll in interface java.util.List
Returns:
true if logical systems are added, false if logical system are not added

add

void add(int arg0,
         ISAPR3LogicalSystem arg1)
Unsupported Method. Throws UnsupportedOperationException.

Specified by:
add in interface java.util.List

set

ISAPR3LogicalSystem set(int arg0,
                        ISAPR3LogicalSystem arg1)
Unsupported Method. Throws UnsupportedOperationException.

Specified by:
set in interface java.util.List