com.sage.accpac.sm
Interface Organizations

All Superinterfaces:
java.lang.Iterable<Organization>

@Immutable
@ThreadSafe
public interface Organizations
extends java.lang.Iterable<Organization>

A read-only collection of all the organizations set up in Accpac, at the time that the collection is constructed by a call to ISharedDataSet.getOrganizations()


Method Summary
 Organization get(int index)
          Get the specified Organization object
 int getCount()
          Get the number of organizations in the list
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

get

Organization get(int index)
Get the specified Organization object

Parameters:
index - the zero-based index of the desired Organization
Returns:
the corresponding Organization

getCount

int getCount()
Get the number of organizations in the list

Returns:
the number of organizations


Copyright © 2011 Sage Software, Inc. All rights reserved.