Uses of Interface
is.idega.idegaweb.golf.entity.Phone

Packages that use Phone
is.idega.idegaweb.golf.business.membership   
is.idega.idegaweb.golf.entity   
is.idega.idegaweb.golf.member   
is.idega.idegaweb.golf.service   
is.idega.idegaweb.golf.service.member   
 

Uses of Phone in is.idega.idegaweb.golf.business.membership
 

Methods in is.idega.idegaweb.golf.business.membership that return types with arguments of type Phone
 java.util.Collection<Phone> MemberProfileServices.getPhoneEntities(java.lang.Object memberPk, int phoneTypeId)
           
 

Uses of Phone in is.idega.idegaweb.golf.entity
 

Classes in is.idega.idegaweb.golf.entity that implement Phone
 class PhoneBMPBean
           
 

Methods in is.idega.idegaweb.golf.entity that return Phone
 Phone PhoneHomeImpl.create()
           
 Phone PhoneHome.create()
           
 Phone PhoneHomeImpl.createLegacy()
           
 Phone PhoneHome.createLegacy()
           
 Phone PhoneHomeImpl.findByPrimaryKey(int id)
           
 Phone PhoneHome.findByPrimaryKey(int id)
           
 Phone PhoneHomeImpl.findByPrimaryKey(java.lang.Object pk)
           
 Phone PhoneHome.findByPrimaryKey(java.lang.Object pk)
           
 Phone PhoneHomeImpl.findByPrimaryKeyLegacy(int id)
           
 Phone PhoneHome.findByPrimaryKeyLegacy(int id)
           
 Phone[] MemberBMPBean.getPhone()
           
 Phone[] Member.getPhone()
           
 

Methods in is.idega.idegaweb.golf.entity that return types with arguments of type Phone
 java.util.Collection<Phone> PhoneHomeImpl.findByMemberAndType(java.lang.Object memberPk, int type)
           
 java.util.Collection<Phone> PhoneHome.findByMemberAndType(java.lang.Object memberPk, int type)
           
 

Methods in is.idega.idegaweb.golf.entity with parameters of type Phone
 void MemberBMPBean.addPhone(Phone phone)
           
 void Member.addPhone(Phone phone)
           
 

Uses of Phone in is.idega.idegaweb.golf.member
 

Methods in is.idega.idegaweb.golf.member that return Phone
 Phone[] GolfMemberProfile.gePhones()
           
 

Methods in is.idega.idegaweb.golf.member with parameters of type Phone
 void GolfMemberProfile.setPhones(Phone[] ePhones)
           
 

Uses of Phone in is.idega.idegaweb.golf.service
 

Constructors in is.idega.idegaweb.golf.service with parameters of type Phone
MemberInsertion(Member member, Address[] addressArr, Union union, Phone[] phoneArr, MemberInfo handicap, Group[] group)
           
 

Uses of Phone in is.idega.idegaweb.golf.service.member
 

Constructors in is.idega.idegaweb.golf.service.member with parameters of type Phone
PhoneInsert(Phone ePhone)
           
PhoneInsert(Phone ePhone, java.lang.String inputPhoneName, java.lang.String countryDropName, java.lang.String dropdownTypeName)
           
 



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