Uses of Class
com.sap.aii.af.service.cpa.CPAObjectType

Packages that use CPAObjectType
com.sap.aii.af.service.administration.api.cpa   
com.sap.aii.af.service.cpa   
 

Uses of CPAObjectType in com.sap.aii.af.service.administration.api.cpa
 

Methods in com.sap.aii.af.service.administration.api.cpa with parameters of type CPAObjectType
<E extends CPAObject>
LinkedList<E>
CPALookupManager.getAllCPAObjects(CPAObjectType<E> cpaObjectType)
          Retrieves all CPAObjects of the given type, either from the in memory cache, or from the database, dependent on the initialization of the CacheManager.
<E extends CPAObject>
E
CPALookupManager.getCPAObject(CPAObjectType<E> cpaObjectType, String objectId)
          Retrieves a CPAObject by type and objectId, either from the memory cache, or from the database, dependent on the initialization of the CacheManager.
 

Uses of CPAObjectType in com.sap.aii.af.service.cpa
 

Fields in com.sap.aii.af.service.cpa declared as CPAObjectType
static CPAObjectType<Binding> CPAObjectType.BINDING
           
static CPAObjectType<BindingUser> CPAObjectType.BINDING_USER
           
static CPAObjectType<Channel> CPAObjectType.CHANNEL
           
static CPAObjectType<ModuleConfig> CPAObjectType.MODULE_CONFIG
           
static CPAObjectType<Party> CPAObjectType.PARTY
           
static CPAObjectType<PartyIdentifier> CPAObjectType.PARTY_IDENTIFIER
           
static CPAObjectType<Service> CPAObjectType.SERVICE
           
static CPAObjectType<ServiceIdentifier> CPAObjectType.SERVICE_IDENTIFIER
           
static CPAObjectType<ServiceUser> CPAObjectType.SERVICE_USER
           
 

Methods in com.sap.aii.af.service.cpa that return CPAObjectType
static CPAObjectType[] CPAObjectType.getAllCPAObjectTypes()
           
 CPAObjectType CPAObject.getObjectType()
           
static CPAObjectType CPAObjectType.valueOf(String s)
          Returns an instance of CPAObjectType that represents the CPA object type given as a string.
 



Copyright 2009 SAP AG Complete Copyright Notice