public class UserNotificationDeliveryTable extends com.liferay.petra.sql.dsl.base.BaseTable<UserNotificationDeliveryTable>
UserNotificationDelivery
Modifier and Type | Field and Description |
---|---|
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> |
classNameId |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> |
companyId |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Boolean> |
deliver |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Integer> |
deliveryType |
static UserNotificationDeliveryTable |
INSTANCE |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> |
mvccVersion |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Integer> |
notificationType |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,String> |
portletId |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> |
userId |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> |
userNotificationDeliveryId |
public static final UserNotificationDeliveryTable INSTANCE
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> mvccVersion
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> userNotificationDeliveryId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> companyId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> userId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,String> portletId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Long> classNameId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Integer> notificationType
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Integer> deliveryType
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,Boolean> deliver