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,java.lang.Long> |
classNameId |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Long> |
companyId |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Boolean> |
deliver |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Integer> |
deliveryType |
static UserNotificationDeliveryTable |
INSTANCE |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Long> |
mvccVersion |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Integer> |
notificationType |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.String> |
portletId |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Long> |
userId |
com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Long> |
userNotificationDeliveryId |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toString
public static final UserNotificationDeliveryTable INSTANCE
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Long> mvccVersion
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Long> userNotificationDeliveryId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Long> companyId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Long> userId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.String> portletId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Long> classNameId
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Integer> notificationType
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Integer> deliveryType
public final com.liferay.petra.sql.dsl.Column<UserNotificationDeliveryTable,java.lang.Boolean> deliver