is.idega.idegaweb.golf.service.member
Class AddressInsert
java.lang.Object
is.idega.idegaweb.golf.service.member.EntityInsert
is.idega.idegaweb.golf.service.member.AddressInsert
public class AddressInsert
- extends EntityInsert
Title:
Description:
Copyright: Copyright (c) 2001
Company:
- Version:
- 1.0
- Author:
Constructor Summary |
AddressInsert()
|
AddressInsert(Address address)
|
AddressInsert(Address address,
java.lang.String addressInputName,
java.lang.String countryDropDownName,
java.lang.String zipCodeDropDownName)
|
AddressInsert(java.lang.String addressInputName,
java.lang.String countryDropDownName,
java.lang.String zipCodeDropDownName)
|
Methods inherited from class is.idega.idegaweb.golf.service.member.EntityInsert |
formatText, formatText, getDateFromInput, getValue, isDateInputValid, isDigitOnly, isEmpty, isInvalid, isUpdate, setStyle, StringArrToVector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressInsert
public AddressInsert()
AddressInsert
public AddressInsert(java.lang.String addressInputName,
java.lang.String countryDropDownName,
java.lang.String zipCodeDropDownName)
AddressInsert
public AddressInsert(Address address)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
AddressInsert
public AddressInsert(Address address,
java.lang.String addressInputName,
java.lang.String countryDropDownName,
java.lang.String zipCodeDropDownName)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setVariables
public void setVariables(com.idega.presentation.IWContext modinfo)
- Specified by:
setVariables
in class EntityInsert
getInputAddress
public com.idega.presentation.ui.TextInput getInputAddress()
getDropCountry
public com.idega.presentation.ui.DropdownMenu getDropCountry()
getDropZipcode
public com.idega.presentation.ui.DropdownMenu getDropZipcode()
areSomeFieldsEmpty
public boolean areSomeFieldsEmpty(com.idega.presentation.IWContext modinfo)
- Specified by:
areSomeFieldsEmpty
in class EntityInsert
areNeededFieldsEmpty
public boolean areNeededFieldsEmpty(com.idega.presentation.IWContext modinfo)
- Specified by:
areNeededFieldsEmpty
in class EntityInsert
getEmptyFields
public java.util.Vector getEmptyFields()
- Specified by:
getEmptyFields
in class EntityInsert
getNeededEmptyFields
public java.util.Vector getNeededEmptyFields(com.idega.presentation.IWContext modinfo)
- Specified by:
getNeededEmptyFields
in class EntityInsert
getAddress
public Address getAddress()
store
public void store(com.idega.presentation.IWContext modinfo)
throws java.sql.SQLException,
java.io.IOException
- Specified by:
store
in class EntityInsert
- Throws:
java.sql.SQLException
java.io.IOException
store
public void store(com.idega.presentation.IWContext modinfo,
Member member)
throws java.sql.SQLException,
java.io.IOException
- If to link the address to a member
- Throws:
java.sql.SQLException
java.io.IOException
Copyright © 2000-2014 idega software. All Rights Reserved.