Package com.liferay.portal.kernel.model
Class SubscriptionTable
Object
com.liferay.petra.sql.dsl.base.BaseTable<SubscriptionTable>
com.liferay.portal.kernel.model.SubscriptionTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode,com.liferay.petra.sql.dsl.Table<SubscriptionTable>
@Deprecated
public class SubscriptionTable
extends com.liferay.petra.sql.dsl.base.BaseTable<SubscriptionTable>
Deprecated.
The table class for the "Subscription" database table.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<SubscriptionTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,Date> Deprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,String> Deprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,Long> Deprecated.static final SubscriptionTableDeprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,Date> Deprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<SubscriptionTable,String> Deprecated. -
Method Summary
Methods inherited from class com.liferay.petra.sql.dsl.base.BaseTable
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode
toSQL
-
Field Details
-
INSTANCE
Deprecated. -
mvccVersion
Deprecated. -
subscriptionId
Deprecated. -
groupId
Deprecated. -
companyId
Deprecated. -
userId
Deprecated. -
userName
Deprecated. -
createDate
Deprecated. -
modifiedDate
Deprecated. -
classNameId
Deprecated. -
classPK
Deprecated. -
frequency
Deprecated.
-