com.retek.rcom.gui.screen.systemadmin
Class CallCenterLocationDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.systemadmin.CallCenterLocationDialogHandler

public class CallCenterLocationDialogHandler
extends ScreenHandler


Constructor Summary
CallCenterLocationDialogHandler()
           
 
Method Summary
 void createCallCenter()
           
 void discardChanges()
           
 java.lang.String getAddressLineOne()
           
 java.lang.String getAddressLineTwo()
           
 java.util.Collection getAllCountries()
          STATE MANAGEMENT
 java.lang.Object getCallCenterAddress()
           
 java.lang.String getCallCenterLocationId()
          CALL CENTER GETTERS
 java.lang.String getCallCenterName()
           
 java.lang.String getCity()
           
 java.lang.Object getCountry()
           
 java.lang.String getCountryCode()
           
 java.lang.String getCountryCode(java.lang.Object country)
          CALL CENTER SETTERS
 java.lang.String getCounty()
           
 java.lang.Object getDefaultCountry()
           
 java.lang.String getPhone()
           
 java.lang.String getState()
           
 java.lang.String getZipCode()
           
 void setAddressLineOne(java.lang.String lineOne)
           
 void setAddressLineTwo(java.lang.String lineTwo)
           
 void setCallCenter(java.lang.Object object)
           
 void setCallCenterName(java.lang.String name)
          CALL CENTER SETTERS
 void setCity(java.lang.String city)
           
 void setCountry(java.lang.Object countryObject)
           
 void setCounty(java.lang.String county)
           
 void setPhone(java.lang.String phone)
           
 void setState(java.lang.String state)
           
 void setZipCode(java.lang.String postalCode)
           
 void submit()
           
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallCenterLocationDialogHandler

public CallCenterLocationDialogHandler()
Method Detail

getAllCountries

public java.util.Collection getAllCountries()
                                     throws SystemException
STATE MANAGEMENT

Throws:
SystemException

getDefaultCountry

public java.lang.Object getDefaultCountry()
                                   throws SystemException
Throws:
SystemException

createCallCenter

public void createCallCenter()
                      throws SystemException
Throws:
SystemException

setCallCenter

public void setCallCenter(java.lang.Object object)

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException

getCallCenterLocationId

public java.lang.String getCallCenterLocationId()
CALL CENTER GETTERS


getCallCenterName

public java.lang.String getCallCenterName()
                                   throws SystemException
Throws:
SystemException

getCallCenterAddress

public java.lang.Object getCallCenterAddress()
                                      throws SystemException
Throws:
SystemException

getAddressLineOne

public java.lang.String getAddressLineOne()
                                   throws SystemException
Throws:
SystemException

getAddressLineTwo

public java.lang.String getAddressLineTwo()
                                   throws SystemException
Throws:
SystemException

getCity

public java.lang.String getCity()
                         throws SystemException
Throws:
SystemException

getState

public java.lang.String getState()
                          throws SystemException
Throws:
SystemException

getCounty

public java.lang.String getCounty()
                           throws SystemException
Throws:
SystemException

getZipCode

public java.lang.String getZipCode()
                            throws SystemException
Throws:
SystemException

getPhone

public java.lang.String getPhone()
                          throws SystemException
Throws:
SystemException

getCountryCode

public java.lang.String getCountryCode()
                                throws SystemException
Throws:
SystemException

getCountry

public java.lang.Object getCountry()
                            throws SystemException
Throws:
SystemException

setCallCenterName

public void setCallCenterName(java.lang.String name)
                       throws SystemException
CALL CENTER SETTERS

Throws:
SystemException

setAddressLineOne

public void setAddressLineOne(java.lang.String lineOne)
                       throws SystemException
Throws:
SystemException

setAddressLineTwo

public void setAddressLineTwo(java.lang.String lineTwo)
                       throws SystemException
Throws:
SystemException

setCity

public void setCity(java.lang.String city)
             throws SystemException
Throws:
SystemException

setState

public void setState(java.lang.String state)
              throws SystemException
Throws:
SystemException

setZipCode

public void setZipCode(java.lang.String postalCode)
                throws SystemException
Throws:
SystemException

setCounty

public void setCounty(java.lang.String county)
               throws SystemException
Throws:
SystemException

setPhone

public void setPhone(java.lang.String phone)
              throws SystemException
Throws:
SystemException

setCountry

public void setCountry(java.lang.Object countryObject)
                throws SystemException
Throws:
SystemException

getCountryCode

public java.lang.String getCountryCode(java.lang.Object country)
                                throws SystemException
CALL CENTER SETTERS

Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25