lumis.portal.serviceinterface.menu
Class ServiceInterfaceMenuItemTypeDaoHib

Package class diagram package ServiceInterfaceMenuItemTypeDaoHib
java.lang.Object
  extended by lumis.portal.dao.hibernate.GenericHibernateManualUpdateDao<ServiceInterfaceMenuItemTypeConfig,String>
      extended by lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeDaoHib
All Implemented Interfaces:
IServiceInterfaceMenuItemTypeDao

public class ServiceInterfaceMenuItemTypeDaoHib
extends GenericHibernateManualUpdateDao<ServiceInterfaceMenuItemTypeConfig,String>
implements IServiceInterfaceMenuItemTypeDao

Since:
4.0.0

Constructor Summary
ServiceInterfaceMenuItemTypeDaoHib()
           
 
Method Summary
 void addOrUpdate(ServiceInterfaceMenuItemTypeConfig config, ITransaction transaction)
           
 boolean delete(String menuItemTypeId, ITransaction transaction)
          Deletes the bean with the given id from persistence.
 ServiceInterfaceMenuItemTypeConfig get(String menuItemTypeId, ITransaction transaction)
          Returns the bean with the given id.
protected  String getIdentifier(ServiceInterfaceMenuItemTypeConfig config)
           
 
Methods inherited from class lumis.portal.dao.hibernate.GenericHibernateManualUpdateDao
add, evict, findByCriteria, findByCriteria, getPersistentClass, setReadOnly, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInterfaceMenuItemTypeDaoHib

public ServiceInterfaceMenuItemTypeDaoHib()
Method Detail

getIdentifier

protected String getIdentifier(ServiceInterfaceMenuItemTypeConfig config)
Specified by:
getIdentifier in class GenericHibernateManualUpdateDao<ServiceInterfaceMenuItemTypeConfig,String>

addOrUpdate

public void addOrUpdate(ServiceInterfaceMenuItemTypeConfig config,
                        ITransaction transaction)
                 throws DaoException,
                        PortalException
Specified by:
addOrUpdate in interface IServiceInterfaceMenuItemTypeDao
Overrides:
addOrUpdate in class GenericHibernateManualUpdateDao<ServiceInterfaceMenuItemTypeConfig,String>
Throws:
DaoException
PortalException

delete

public boolean delete(String menuItemTypeId,
                      ITransaction transaction)
               throws DaoException,
                      PortalException
Description copied from class: GenericHibernateManualUpdateDao
Deletes the bean with the given id from persistence.

Specified by:
delete in interface IServiceInterfaceMenuItemTypeDao
Overrides:
delete in class GenericHibernateManualUpdateDao<ServiceInterfaceMenuItemTypeConfig,String>
Parameters:
menuItemTypeId - the bean's id.
transaction - the transaction for persistence access. Must be a ITransactionHibernate.
Returns:
true if the bean was deleted, or false if it did not exist
Throws:
DaoException
PortalException

get

public ServiceInterfaceMenuItemTypeConfig get(String menuItemTypeId,
                                              ITransaction transaction)
                                       throws DaoException,
                                              PortalException
Description copied from class: GenericHibernateManualUpdateDao
Returns the bean with the given id. The bean is set as read-only, so changes on it won't persist automatically.

Specified by:
get in interface IServiceInterfaceMenuItemTypeDao
Overrides:
get in class GenericHibernateManualUpdateDao<ServiceInterfaceMenuItemTypeConfig,String>
Parameters:
menuItemTypeId - the bean's id.
transaction - the transaction for persistence access. Must be a ITransactionHibernate.
Returns:
the bean.
Throws:
DaoException
PortalException


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.