is.idega.idegaweb.golf.clubs.presentation
Class MemberEditor.Editor.PhoneInsert

java.lang.Object
  extended by is.idega.idegaweb.golf.clubs.presentation.MemberEditor.Editor.EntityInsert
      extended by is.idega.idegaweb.golf.clubs.presentation.MemberEditor.Editor.PhoneInsert
Enclosing class:
MemberEditor.Editor

public class MemberEditor.Editor.PhoneInsert
extends MemberEditor.Editor.EntityInsert


Field Summary
 
Fields inherited from class is.idega.idegaweb.golf.clubs.presentation.MemberEditor.Editor.EntityInsert
errorRedirect, headerText, isUpdate, modinfo, sessionId, styleAttribute
 
Constructor Summary
MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo)
           
MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo, int phoneId)
           
MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo, int phoneId, java.lang.String inputPhoneName, java.lang.String countryDropName, java.lang.String dropdownTypeName)
           
MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo, java.lang.String inputPhoneName, java.lang.String dropdownTypeName)
           
MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo, java.lang.String inputPhoneName, java.lang.String countryDropName, java.lang.String dropdownTypeName)
           
 
Method Summary
 boolean areAllFieldsEmpty()
           
 boolean areNeetedFieldsEmpty()
           
 boolean areSomeFieldsEmpty()
           
 com.idega.presentation.ui.DropdownMenu getDropCountry()
           
 com.idega.presentation.ui.DropdownMenu getDropType()
           
 java.util.Vector getEmptyFields()
           
 com.idega.presentation.ui.TextInput getInputPhoneNumber()
           
 com.idega.presentation.ui.HeaderTable getInputTable(boolean submitButton)
           
 java.util.Vector getNeetedEmptyFields()
           
 void setPhoneType(java.lang.String phoneType)
           
 void setVariables()
           
 void showInputForm()
           
 void store()
           
 void store(Member member)
           
 
Methods inherited from class is.idega.idegaweb.golf.clubs.presentation.MemberEditor.Editor.EntityInsert
formatText, formatText, getDateFromInput, getValue, isDateInputValid, isDigitOnly, isEmpty, isInvalid, isUpdate, setErrorRedirectPageAndSessionID, setHeaderText, setStyle, StringArrToVector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberEditor.Editor.PhoneInsert

public MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo)

MemberEditor.Editor.PhoneInsert

public MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo,
                                       java.lang.String inputPhoneName,
                                       java.lang.String dropdownTypeName)

MemberEditor.Editor.PhoneInsert

public MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo,
                                       java.lang.String inputPhoneName,
                                       java.lang.String countryDropName,
                                       java.lang.String dropdownTypeName)

MemberEditor.Editor.PhoneInsert

public MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo,
                                       int phoneId)
                                throws java.sql.SQLException,
                                       javax.ejb.FinderException
Throws:
java.sql.SQLException
javax.ejb.FinderException

MemberEditor.Editor.PhoneInsert

public MemberEditor.Editor.PhoneInsert(com.idega.presentation.IWContext modinfo,
                                       int phoneId,
                                       java.lang.String inputPhoneName,
                                       java.lang.String countryDropName,
                                       java.lang.String dropdownTypeName)
                                throws java.sql.SQLException,
                                       javax.ejb.FinderException
Throws:
java.sql.SQLException
javax.ejb.FinderException
Method Detail

areNeetedFieldsEmpty

public boolean areNeetedFieldsEmpty()
Specified by:
areNeetedFieldsEmpty in class MemberEditor.Editor.EntityInsert

getNeetedEmptyFields

public java.util.Vector getNeetedEmptyFields()
Specified by:
getNeetedEmptyFields in class MemberEditor.Editor.EntityInsert

getInputPhoneNumber

public com.idega.presentation.ui.TextInput getInputPhoneNumber()

getDropCountry

public com.idega.presentation.ui.DropdownMenu getDropCountry()

getDropType

public com.idega.presentation.ui.DropdownMenu getDropType()

areAllFieldsEmpty

public boolean areAllFieldsEmpty()

areSomeFieldsEmpty

public boolean areSomeFieldsEmpty()
Specified by:
areSomeFieldsEmpty in class MemberEditor.Editor.EntityInsert

setPhoneType

public void setPhoneType(java.lang.String phoneType)

getEmptyFields

public java.util.Vector getEmptyFields()
Specified by:
getEmptyFields in class MemberEditor.Editor.EntityInsert

showInputForm

public void showInputForm()
                   throws java.sql.SQLException,
                          java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException

getInputTable

public com.idega.presentation.ui.HeaderTable getInputTable(boolean submitButton)

store

public void store()
           throws java.sql.SQLException,
                  java.io.IOException
Specified by:
store in class MemberEditor.Editor.EntityInsert
Throws:
java.sql.SQLException
java.io.IOException

store

public void store(Member member)
           throws java.sql.SQLException,
                  java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException

setVariables

public void setVariables()
Specified by:
setVariables in class MemberEditor.Editor.EntityInsert


Copyright © 2000-2014 idega software. All Rights Reserved.