com.opentext.api
Class LAPI_NEN

java.lang.Object
  extended by com.opentext.api.LAPI_NEN

public class LAPI_NEN
extends Object


Field Summary
protected  com.opentext.api.LLConnect fConnect
           
 
Constructor Summary
LAPI_NEN(com.opentext.api.LLConnect llconnect)
           
 
Method Summary
 int addToCommittee(String axId, String committeeId, String role)
           
 int addToCostCenter(String axId, String costCenter)
           
 int archiveCommittee(String axId)
           
 int createCommittee(String axId, String name, String organisation, String primaryStructure, String mainStructure, String subStructure, String externalCommittee, String costCenter, String Type)
           
 int createInfoCommittee(String committeeName, String axId, String InfoCommittee, String normComitteeAxId)
           
 int createMember(String axId, String loginName, String firstName, String lastName, String type)
           
 int deleteCommittee(String axId)
           
 int deleteMember(String axId)
           
 int getLLIdByAxId(String axId, String type, com.opentext.api.LLValue userID)
           
 int modifyCommittee(String axId, String name, String organisation, String primaryStructure, String mainStructure, String subStructure, String externalCommittee, String costCenter, String Type)
           
 int modifyInCommittee(String axId, String committeeId, String role)
           
 int modifyInfoCommittee(String committeeName, String axId, String InfoCommittee, String normComitteeAxId)
           
 int modifyMember(String axId, String loginName, String firstName, String lastName)
           
 int ping(com.opentext.api.LLValue retVal)
           
 int removeAxId(String axId)
           
 int removeFromCommittee(String axId, String committeeId, String role)
           
 int removeFromCostCenter(String axId, String costCenter)
           
 int setAxId(String axId, int userID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fConnect

protected com.opentext.api.LLConnect fConnect
Constructor Detail

LAPI_NEN

public LAPI_NEN(com.opentext.api.LLConnect llconnect)
Method Detail

getLLIdByAxId

public int getLLIdByAxId(String axId,
                         String type,
                         com.opentext.api.LLValue userID)

setAxId

public int setAxId(String axId,
                   int userID)

removeAxId

public int removeAxId(String axId)

ping

public int ping(com.opentext.api.LLValue retVal)

addToCommittee

public int addToCommittee(String axId,
                          String committeeId,
                          String role)

modifyInCommittee

public int modifyInCommittee(String axId,
                             String committeeId,
                             String role)

removeFromCommittee

public int removeFromCommittee(String axId,
                               String committeeId,
                               String role)

addToCostCenter

public int addToCostCenter(String axId,
                           String costCenter)

removeFromCostCenter

public int removeFromCostCenter(String axId,
                                String costCenter)

createCommittee

public int createCommittee(String axId,
                           String name,
                           String organisation,
                           String primaryStructure,
                           String mainStructure,
                           String subStructure,
                           String externalCommittee,
                           String costCenter,
                           String Type)

modifyCommittee

public int modifyCommittee(String axId,
                           String name,
                           String organisation,
                           String primaryStructure,
                           String mainStructure,
                           String subStructure,
                           String externalCommittee,
                           String costCenter,
                           String Type)

archiveCommittee

public int archiveCommittee(String axId)

deleteCommittee

public int deleteCommittee(String axId)

createMember

public int createMember(String axId,
                        String loginName,
                        String firstName,
                        String lastName,
                        String type)

deleteMember

public int deleteMember(String axId)

createInfoCommittee

public int createInfoCommittee(String committeeName,
                               String axId,
                               String InfoCommittee,
                               String normComitteeAxId)

modifyInfoCommittee

public int modifyInfoCommittee(String committeeName,
                               String axId,
                               String InfoCommittee,
                               String normComitteeAxId)

modifyMember

public int modifyMember(String axId,
                        String loginName,
                        String firstName,
                        String lastName)


Copyright © 2011. All Rights Reserved.