Liferay 7.0-ga1 portal-impl

Uses of Class
com.liferay.portal.model.impl.UserNotificationDeliveryModelImpl

Packages that use UserNotificationDeliveryModelImpl
com.liferay.portal.model.impl   
com.liferay.portal.service.persistence.impl   
 

Uses of UserNotificationDeliveryModelImpl in com.liferay.portal.model.impl
 

Subclasses of UserNotificationDeliveryModelImpl in com.liferay.portal.model.impl
 class UserNotificationDeliveryBaseImpl
          The extended model base implementation for the UserNotificationDelivery service.
 class UserNotificationDeliveryImpl
          The extended model implementation for the UserNotificationDelivery service.
 

Uses of UserNotificationDeliveryModelImpl in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type UserNotificationDeliveryModelImpl
protected  void UserNotificationDeliveryPersistenceImpl.cacheUniqueFindersCache(UserNotificationDeliveryModelImpl userNotificationDeliveryModelImpl, boolean isNew)
           
protected  void UserNotificationDeliveryPersistenceImpl.clearUniqueFindersCache(UserNotificationDeliveryModelImpl userNotificationDeliveryModelImpl)
           
 


Liferay 7.0-ga1 portal-impl