is.idega.idegaweb.golf.business
Interface ClubSession

All Superinterfaces:
javax.ejb.EJBObject, com.idega.business.IBOService, com.idega.business.IBOSession, java.rmi.Remote
All Known Implementing Classes:
ClubSessionBean

public interface ClubSession
extends com.idega.business.IBOSession


Method Summary
 Union getClub()
           
 void setClub(java.lang.Object unionPK)
           
 void setClub(Union union)
           
 
Methods inherited from interface com.idega.business.IBOSession
getUserContext, setUserContext
 
Methods inherited from interface com.idega.business.IBOService
addActionListener, getIWApplicationContext, getLocalizedServiceDescription, getServiceDescription, initializeBean
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getClub

Union getClub()
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
ClubSessionBean.getClub()

setClub

void setClub(Union union)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
ClubSessionBean.setClub(is.idega.idegaweb.golf.entity.Union)

setClub

void setClub(java.lang.Object unionPK)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
ClubSessionBean.setClub(is.idega.idegaweb.golf.entity.Union)


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