Class UserNotificationDeliveryType
Object
com.liferay.portal.kernel.notifications.UserNotificationDeliveryType
- Author:
- Jonathan Lee
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotificationDeliveryType
(String name, int type, boolean defaultValue, boolean modifiable) -
Method Summary
-
Constructor Details
-
UserNotificationDeliveryType
public UserNotificationDeliveryType(String name, int type, boolean defaultValue, boolean modifiable)
-
-
Method Details
-
getName
-
getType
public int getType() -
isDefault
public boolean isDefault() -
isModifiable
public boolean isModifiable()
-