Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NAME_COLUMN_BITMASK |
1L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY counter.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Counter.name ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Counter" |
public static final String |
TABLE_SQL_CREATE |
"create table Counter (name VARCHAR(150) not null primary key,currentId LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table Counter" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
VELOCITY_SUFFIX |
".velocity" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
ALTER_COLUMN_NAME |
"alter_column_name " |
protected static final String |
ALTER_COLUMN_TYPE |
"alter_column_type " |
protected static final String |
ALTER_TABLE_NAME |
"alter_table_name " |
protected static final String |
CREATE_TABLE |
"create table " |
protected static final String |
DROP_INDEX |
"drop index" |
protected static final String |
DROP_PRIMARY_KEY |
"drop primary key" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JSF_STANDARD |
"javax.portlet.faces.GenericFacesPortlet" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SERVICE_BUILDER_PROPERTIES |
"SERVICE_BUILDER_PROPERTIES" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLOSE_1_TAG |
"</runtime-action-url>" |
public static final String |
CLOSE_2_TAG |
"/>" |
public static final String |
OPEN_TAG |
"<runtime-action-url" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLOSE_1_TAG |
"</runtime-portlet>" |
public static final String |
CLOSE_2_TAG |
"/>" |
public static final String |
OPEN_TAG |
"<runtime-portlet" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLOSE_1_TAG |
"</runtime-render-url>" |
public static final String |
CLOSE_2_TAG |
"/>" |
public static final String |
OPEN_TAG |
"<runtime-render-url" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final long |
COUNTRYID_COLUMN_BITMASK |
8L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
2048L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
EXTERNALREFERENCECODE_COLUMN_BITMASK |
16L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
MAILING_COLUMN_BITMASK |
32L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY address.createDate ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Address.createDate ASC" |
public static final long |
PRIMARY_COLUMN_BITMASK |
64L |
public static final long |
REGIONID_COLUMN_BITMASK |
128L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Address" |
public static final String |
TABLE_SQL_CREATE |
"create table Address (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,addressId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,countryId LONG,regionId LONG,typeId LONG,city VARCHAR(75) null,description STRING null,latitude DOUBLE,longitude DOUBLE,mailing BOOLEAN,name VARCHAR(255) null,primary_ BOOLEAN,street1 VARCHAR(255) null,street2 VARCHAR(255) null,street3 VARCHAR(255) null,validationDate DATE null,validationStatus INTEGER,zip VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Address" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPEID_COLUMN_BITMASK |
256L |
public static final long |
USERID_COLUMN_BITMASK |
512L |
public static final long |
UUID_COLUMN_BITMASK |
1024L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
BROWSERTRACKERID_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY browserTracker.browserTrackerId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY BrowserTracker.browserTrackerId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"BrowserTracker" |
public static final String |
TABLE_SQL_CREATE |
"create table BrowserTracker (mvccVersion LONG default 0 not null,browserTrackerId LONG not null primary key,companyId LONG,userId LONG,browserKey LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table BrowserTracker" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY className.classNameId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ClassName_.classNameId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"ClassName_" |
public static final String |
TABLE_SQL_CREATE |
"create table ClassName_ (mvccVersion LONG default 0 not null,classNameId LONG not null primary key,value VARCHAR(200) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table ClassName_" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
VALUE_COLUMN_BITMASK |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final long |
COMPANYINFOID_COLUMN_BITMASK |
2L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY companyInfo.companyInfoId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY CompanyInfo.companyInfoId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"CompanyInfo" |
public static final String |
TABLE_SQL_CREATE |
"create table CompanyInfo (mvccVersion LONG default 0 not null,companyInfoId LONG not null primary key,companyId LONG,key_ TEXT null)" |
public static final String |
TABLE_SQL_DROP |
"drop table CompanyInfo" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
16L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
LOGOID_COLUMN_BITMASK |
1L |
public static final long |
MX_COLUMN_BITMASK |
2L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY company.companyId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Company.companyId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SYSTEM_COLUMN_BITMASK |
4L |
public static final String |
TABLE_NAME |
"Company" |
public static final String |
TABLE_SQL_CREATE |
"create table Company (mvccVersion LONG default 0 not null,companyId LONG not null primary key,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,webId VARCHAR(75) null,mx VARCHAR(200) null,homeURL STRING null,logoId LONG,system_ BOOLEAN,maxUsers INTEGER,active_ BOOLEAN,name VARCHAR(75) null,legalName VARCHAR(75) null,legalId VARCHAR(75) null,legalType VARCHAR(75) null,sicCode VARCHAR(75) null,tickerSymbol VARCHAR(75) null,industry VARCHAR(75) null,type_ VARCHAR(75) null,size_ VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Company" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
WEBID_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final long |
CONTACTID_COLUMN_BITMASK |
8L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY contact.contactId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Contact_.contactId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Contact_" |
public static final String |
TABLE_SQL_CREATE |
"create table Contact_ (mvccVersion LONG default 0 not null,contactId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,parentContactId LONG,emailAddress VARCHAR(254) null,firstName VARCHAR(75) null,middleName VARCHAR(75) null,lastName VARCHAR(75) null,prefixId LONG,suffixId LONG,male BOOLEAN,birthday DATE null,smsSn VARCHAR(75) null,facebookSn VARCHAR(75) null,jabberSn VARCHAR(75) null,skypeSn VARCHAR(75) null,twitterSn VARCHAR(75) null,employeeStatusId VARCHAR(75) null,employeeNumber VARCHAR(75) null,jobTitle VARCHAR(100) null,jobClass VARCHAR(75) null,hoursOfOperation VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Contact_" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COUNTRYID_COLUMN_BITMASK |
1L |
public static final long |
COUNTRYLOCALIZATIONID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
LANGUAGEID_COLUMN_BITMASK |
2L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY countryLocalization.countryLocalizationId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY CountryLocalization.countryLocalizationId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"CountryLocalization" |
public static final String |
TABLE_SQL_CREATE |
"create table CountryLocalization (mvccVersion LONG default 0 not null,countryLocalizationId LONG not null primary key,companyId LONG,countryId LONG,languageId VARCHAR(75) null,title VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table CountryLocalization" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
A2_COLUMN_BITMASK |
1L |
public static final long |
A3_COLUMN_BITMASK |
2L |
public static final long |
ACTIVE_COLUMN_BITMASK |
4L |
public static final long |
BILLINGALLOWED_COLUMN_BITMASK |
8L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
16L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NAME_COLUMN_BITMASK |
32L |
public static final long |
NUMBER_COLUMN_BITMASK |
64L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY country.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Country.name ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SHIPPINGALLOWED_COLUMN_BITMASK |
128L |
public static final String |
TABLE_NAME |
"Country" |
public static final String |
TABLE_SQL_CREATE |
"create table Country (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,defaultLanguageId VARCHAR(75) null,countryId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,a2 VARCHAR(75) null,a3 VARCHAR(75) null,active_ BOOLEAN,billingAllowed BOOLEAN,groupFilterEnabled BOOLEAN,idd_ VARCHAR(75) null,name VARCHAR(75) null,number_ VARCHAR(75) null,position DOUBLE,shippingAllowed BOOLEAN,subjectToVAT BOOLEAN,zipRequired BOOLEAN,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Country" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
256L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
64L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY emailAddress.createDate ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY EmailAddress.createDate ASC" |
public static final long |
PRIMARY_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"EmailAddress" |
public static final String |
TABLE_SQL_CREATE |
"create table EmailAddress (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,emailAddressId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,address VARCHAR(254) null,typeId LONG,primary_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table EmailAddress" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16L |
public static final long |
UUID_COLUMN_BITMASK |
32L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVE_COLUMN_BITMASK |
1L |
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
2L |
public static final long |
CLASSPK_COLUMN_BITMASK |
4L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
8L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_GROUPS_ORGS |
true |
public static final boolean |
FINDER_CACHE_ENABLED_GROUPS_ROLES |
true |
public static final boolean |
FINDER_CACHE_ENABLED_GROUPS_USERGROUPS |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_GROUPS |
true |
public static final long |
FRIENDLYURL_COLUMN_BITMASK |
16L |
public static final long |
GROUPID_COLUMN_BITMASK |
32L |
public static final long |
GROUPKEY_COLUMN_BITMASK |
64L |
public static final long |
INHERITCONTENT_COLUMN_BITMASK |
128L |
public static final long |
LIVEGROUPID_COLUMN_BITMASK |
256L |
public static final String |
MAPPING_TABLE_GROUPS_ORGS_NAME |
"Groups_Orgs" |
public static final String |
MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE |
"create table Groups_Orgs (companyId LONG not null,groupId LONG not null,organizationId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (groupId, organizationId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_GROUPS_ROLES_NAME |
"Groups_Roles" |
public static final String |
MAPPING_TABLE_GROUPS_ROLES_SQL_CREATE |
"create table Groups_Roles (companyId LONG not null,groupId LONG not null,roleId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (groupId, roleId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_GROUPS_USERGROUPS_NAME |
"Groups_UserGroups" |
public static final String |
MAPPING_TABLE_GROUPS_USERGROUPS_SQL_CREATE |
"create table Groups_UserGroups (companyId LONG not null,groupId LONG not null,userGroupId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (groupId, userGroupId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERS_GROUPS_NAME |
"Users_Groups" |
public static final String |
MAPPING_TABLE_USERS_GROUPS_SQL_CREATE |
"create table Users_Groups (companyId LONG not null,groupId LONG not null,userId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (groupId, userId, ctCollectionId))" |
public static final long |
NAME_COLUMN_BITMASK |
512L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY group_.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Group_.name ASC" |
public static final long |
PARENTGROUPID_COLUMN_BITMASK |
1024L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SITE_COLUMN_BITMASK |
2048L |
public static final String |
TABLE_NAME |
"Group_" |
public static final String |
TABLE_SQL_CREATE |
"create table Group_ (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,groupId LONG not null,companyId LONG,creatorUserId LONG,modifiedDate DATE null,classNameId LONG,classPK LONG,parentGroupId LONG,liveGroupId LONG,treePath STRING null,groupKey VARCHAR(150) null,name STRING null,description STRING null,type_ INTEGER,typeSettings TEXT null,manualMembership BOOLEAN,membershipRestriction INTEGER,friendlyURL VARCHAR(255) null,site BOOLEAN,remoteStagingGroupCount INTEGER,inheritContent BOOLEAN,active_ BOOLEAN,primary key (groupId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table Group_" |
public static final long |
TREEPATH_COLUMN_BITMASK |
4096L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
8192L |
public static final long |
UUID_COLUMN_BITMASK |
16384L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
IMAGEID_COLUMN_BITMASK |
2L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY image.imageId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Image.imageId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SIZE_COLUMN_BITMASK |
1L |
public static final String |
TABLE_NAME |
"Image" |
public static final String |
TABLE_SQL_CREATE |
"create table Image (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,imageId LONG not null,companyId LONG,modifiedDate DATE null,type_ VARCHAR(75) null,height INTEGER,width INTEGER,size_ INTEGER,primary key (imageId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table Image" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
LAYOUTBRANCHID_COLUMN_BITMASK |
16L |
public static final long |
LAYOUTSETBRANCHID_COLUMN_BITMASK |
1L |
public static final long |
MASTER_COLUMN_BITMASK |
2L |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY layoutBranch.layoutBranchId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY LayoutBranch.layoutBranchId ASC" |
public static final long |
PLID_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"LayoutBranch" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutBranch (mvccVersion LONG default 0 not null,layoutBranchId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,layoutSetBranchId LONG,plid LONG,name VARCHAR(75) null,description STRING null,master BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutBranch" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
FRIENDLYURL_COLUMN_BITMASK |
2L |
public static final long |
GROUPID_COLUMN_BITMASK |
4L |
public static final long |
LANGUAGEID_COLUMN_BITMASK |
8L |
public static final long |
LAYOUTFRIENDLYURLID_COLUMN_BITMASK |
128L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY layoutFriendlyURL.layoutFriendlyURLId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY LayoutFriendlyURL.layoutFriendlyURLId ASC" |
public static final long |
PLID_COLUMN_BITMASK |
16L |
public static final long |
PRIVATELAYOUT_COLUMN_BITMASK |
32L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"LayoutFriendlyURL" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutFriendlyURL (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,layoutFriendlyURLId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,plid LONG,privateLayout BOOLEAN,friendlyURL VARCHAR(255) null,languageId VARCHAR(75) null,lastPublishDate DATE null,primary key (layoutFriendlyURLId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutFriendlyURL" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
64L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
FRIENDLYURL_COLUMN_BITMASK |
8L |
public static final long |
GROUPID_COLUMN_BITMASK |
16L |
public static final long |
HIDDEN_COLUMN_BITMASK |
32L |
public static final long |
ICONIMAGEID_COLUMN_BITMASK |
64L |
public static final long |
LAYOUTID_COLUMN_BITMASK |
128L |
public static final long |
LAYOUTPROTOTYPEUUID_COLUMN_BITMASK |
256L |
public static final long |
MASTERLAYOUTPLID_COLUMN_BITMASK |
512L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY layout.parentLayoutId ASC, layout.priority ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Layout.parentLayoutId ASC, Layout.priority ASC" |
public static final long |
PARENTLAYOUTID_COLUMN_BITMASK |
1024L |
public static final long |
PARENTPLID_COLUMN_BITMASK |
2048L |
public static final long |
PRIORITY_COLUMN_BITMASK |
4096L |
public static final long |
PRIVATELAYOUT_COLUMN_BITMASK |
8192L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SOURCEPROTOTYPELAYOUTUUID_COLUMN_BITMASK |
16384L |
public static final long |
STATUS_COLUMN_BITMASK |
32768L |
public static final long |
SYSTEM_COLUMN_BITMASK |
65536L |
public static final String |
TABLE_NAME |
"Layout" |
public static final String |
TABLE_SQL_CREATE |
"create table Layout (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,plid LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentPlid LONG,privateLayout BOOLEAN,layoutId LONG,parentLayoutId LONG,classNameId LONG,classPK LONG,name STRING null,title TEXT null,description TEXT null,keywords STRING null,robots STRING null,type_ VARCHAR(75) null,typeSettings TEXT null,hidden_ BOOLEAN,system_ BOOLEAN,friendlyURL VARCHAR(255) null,iconImageId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,styleBookEntryId LONG,css TEXT null,priority INTEGER,faviconFileEntryId LONG,masterLayoutPlid LONG,layoutPrototypeUuid VARCHAR(75) null,layoutPrototypeLinkEnabled BOOLEAN,sourcePrototypeLayoutUuid VARCHAR(75) null,publishDate DATE null,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,primary key (plid, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table Layout" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
131072L |
public static final long |
UUID_COLUMN_BITMASK |
262144L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVE_COLUMN_BITMASK |
1L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
2L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
LAYOUTPROTOTYPEID_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY layoutPrototype.layoutPrototypeId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY LayoutPrototype.layoutPrototypeId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"LayoutPrototype" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutPrototype (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,layoutPrototypeId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name TEXT null,description TEXT null,settings_ STRING null,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutPrototype" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
4L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
HEAD_COLUMN_BITMASK |
1L |
public static final long |
LAYOUTBRANCHID_COLUMN_BITMASK |
2L |
public static final long |
LAYOUTSETBRANCHID_COLUMN_BITMASK |
4L |
public static final long |
MODIFIEDDATE_COLUMN_BITMASK |
64L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY layoutRevision.modifiedDate DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY LayoutRevision.modifiedDate DESC" |
public static final long |
PARENTLAYOUTREVISIONID_COLUMN_BITMASK |
8L |
public static final long |
PLID_COLUMN_BITMASK |
16L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STATUS_COLUMN_BITMASK |
32L |
public static final String |
TABLE_NAME |
"LayoutRevision" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutRevision (mvccVersion LONG default 0 not null,layoutRevisionId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,layoutSetBranchId LONG,layoutBranchId LONG,parentLayoutRevisionId LONG,head BOOLEAN,major BOOLEAN,plid LONG,privateLayout BOOLEAN,name STRING null,title STRING null,description STRING null,keywords STRING null,robots STRING null,typeSettings TEXT null,iconImageId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutRevision" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
1L |
public static final long |
MASTER_COLUMN_BITMASK |
2L |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY layoutSetBranch.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY LayoutSetBranch.name ASC" |
public static final long |
PRIVATELAYOUT_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"LayoutSetBranch" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutSetBranch (mvccVersion LONG default 0 not null,layoutSetBranchId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,privateLayout BOOLEAN,name VARCHAR(75) null,description STRING null,master BOOLEAN,logoId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,settings_ TEXT null,layoutSetPrototypeUuid VARCHAR(75) null,layoutSetPrototypeLinkEnabled BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutSetBranch" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
2L |
public static final long |
LAYOUTSETID_COLUMN_BITMASK |
32L |
public static final long |
LAYOUTSETPROTOTYPEUUID_COLUMN_BITMASK |
4L |
public static final long |
LOGOID_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY layoutSet.layoutSetId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY LayoutSet.layoutSetId ASC" |
public static final long |
PRIVATELAYOUT_COLUMN_BITMASK |
16L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"LayoutSet" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutSet (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,layoutSetId LONG not null,groupId LONG,companyId LONG,createDate DATE null,modifiedDate DATE null,privateLayout BOOLEAN,logoId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,faviconFileEntryId LONG,css TEXT null,settings_ TEXT null,layoutSetPrototypeUuid VARCHAR(75) null,layoutSetPrototypeLinkEnabled BOOLEAN,primary key (layoutSetId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutSet" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVE_COLUMN_BITMASK |
1L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
2L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
LAYOUTSETPROTOTYPEID_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY layoutSetPrototype.layoutSetPrototypeId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY LayoutSetPrototype.layoutSetPrototypeId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"LayoutSetPrototype" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutSetPrototype (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,layoutSetPrototypeId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name TEXT null,description TEXT null,settings_ STRING null,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutSetPrototype" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
4L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NAME_COLUMN_BITMASK |
1L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY listType.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ListType.name ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"ListType" |
public static final String |
TABLE_SQL_CREATE |
"create table ListType (mvccVersion LONG default 0 not null,listTypeId LONG not null primary key,name VARCHAR(75) null,type_ VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table ListType" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
2L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
CREATEDATE_COLUMN_BITMASK |
8L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
1L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY membershipRequest.createDate DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY MembershipRequest.createDate DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STATUSID_COLUMN_BITMASK |
2L |
public static final String |
TABLE_NAME |
"MembershipRequest" |
public static final String |
TABLE_SQL_CREATE |
"create table MembershipRequest (mvccVersion LONG default 0 not null,membershipRequestId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,createDate DATE null,comments STRING null,replyComments STRING null,replyDate DATE null,replierUserId LONG,statusId LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table MembershipRequest" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
4L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
EXTERNALREFERENCECODE_COLUMN_BITMASK |
2L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_GROUPS_ORGS |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_ORGS |
true |
public static final String |
MAPPING_TABLE_GROUPS_ORGS_NAME |
"Groups_Orgs" |
public static final String |
MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE |
"create table Groups_Orgs (companyId LONG not null,groupId LONG not null,organizationId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (groupId, organizationId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERS_ORGS_NAME |
"Users_Orgs" |
public static final String |
MAPPING_TABLE_USERS_ORGS_SQL_CREATE |
"create table Users_Orgs (companyId LONG not null,organizationId LONG not null,userId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (organizationId, userId, ctCollectionId))" |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY organization.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Organization_.name ASC" |
public static final long |
ORGANIZATIONID_COLUMN_BITMASK |
8L |
public static final long |
PARENTORGANIZATIONID_COLUMN_BITMASK |
16L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Organization_" |
public static final String |
TABLE_SQL_CREATE |
"create table Organization_ (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,organizationId LONG not null,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentOrganizationId LONG,treePath STRING null,name VARCHAR(100) null,type_ VARCHAR(75) null,recursable BOOLEAN,regionId LONG,countryId LONG,statusId LONG,comments STRING null,logoId LONG,primary key (organizationId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table Organization_" |
public static final long |
TREEPATH_COLUMN_BITMASK |
32L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
64L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY orgLabor.organizationId ASC, orgLabor.typeId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY OrgLabor.organizationId ASC, OrgLabor.typeId ASC" |
public static final long |
ORGANIZATIONID_COLUMN_BITMASK |
1L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"OrgLabor" |
public static final String |
TABLE_SQL_CREATE |
"create table OrgLabor (mvccVersion LONG default 0 not null,orgLaborId LONG not null primary key,companyId LONG,organizationId LONG,typeId LONG,sunOpen INTEGER,sunClose INTEGER,monOpen INTEGER,monClose INTEGER,tueOpen INTEGER,tueClose INTEGER,wedOpen INTEGER,wedClose INTEGER,thuOpen INTEGER,thuClose INTEGER,friOpen INTEGER,friClose INTEGER,satOpen INTEGER,satClose INTEGER)" |
public static final String |
TABLE_SQL_DROP |
"drop table OrgLabor" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPEID_COLUMN_BITMASK |
2L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final long |
DEFAULTPOLICY_COLUMN_BITMASK |
2L |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY passwordPolicy.passwordPolicyId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY PasswordPolicy.passwordPolicyId ASC" |
public static final long |
PASSWORDPOLICYID_COLUMN_BITMASK |
16L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"PasswordPolicy" |
public static final String |
TABLE_SQL_CREATE |
"create table PasswordPolicy (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,passwordPolicyId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,defaultPolicy BOOLEAN,name VARCHAR(75) null,description STRING null,changeable BOOLEAN,changeRequired BOOLEAN,minAge LONG,checkSyntax BOOLEAN,allowDictionaryWords BOOLEAN,minAlphanumeric INTEGER,minLength INTEGER,minLowerCase INTEGER,minNumbers INTEGER,minSymbols INTEGER,minUpperCase INTEGER,regex STRING null,history BOOLEAN,historyCount INTEGER,expireable BOOLEAN,maxAge LONG,warningTime LONG,graceLimit INTEGER,lockout BOOLEAN,maxFailure INTEGER,lockoutDuration LONG,requireUnlock BOOLEAN,resetFailureCount LONG,resetTicketMaxAge LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table PasswordPolicy" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY passwordPolicyRel.passwordPolicyRelId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY PasswordPolicyRel.passwordPolicyRelId ASC" |
public static final long |
PASSWORDPOLICYID_COLUMN_BITMASK |
4L |
public static final long |
PASSWORDPOLICYRELID_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"PasswordPolicyRel" |
public static final String |
TABLE_SQL_CREATE |
"create table PasswordPolicyRel (mvccVersion LONG default 0 not null,passwordPolicyRelId LONG not null primary key,companyId LONG,passwordPolicyId LONG,classNameId LONG,classPK LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table PasswordPolicyRel" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
CREATEDATE_COLUMN_BITMASK |
2L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY passwordTracker.userId DESC, passwordTracker.createDate DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY PasswordTracker.userId DESC, PasswordTracker.createDate DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"PasswordTracker" |
public static final String |
TABLE_SQL_CREATE |
"create table PasswordTracker (mvccVersion LONG default 0 not null,passwordTrackerId LONG not null primary key,companyId LONG,userId LONG,createDate DATE null,password_ VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table PasswordTracker" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
64L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY phone.createDate ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Phone.createDate ASC" |
public static final long |
PRIMARY_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Phone" |
public static final String |
TABLE_SQL_CREATE |
"create table Phone (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,phoneId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,number_ VARCHAR(75) null,extension VARCHAR(75) null,typeId LONG,primary_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Phone" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16L |
public static final long |
UUID_COLUMN_BITMASK |
32L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY pluginSetting.pluginSettingId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY PluginSetting.pluginSettingId ASC" |
public static final long |
PLUGINID_COLUMN_BITMASK |
2L |
public static final long |
PLUGINSETTINGID_COLUMN_BITMASK |
8L |
public static final long |
PLUGINTYPE_COLUMN_BITMASK |
4L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"PluginSetting" |
public static final String |
TABLE_SQL_CREATE |
"create table PluginSetting (mvccVersion LONG default 0 not null,pluginSettingId LONG not null primary key,companyId LONG,pluginId VARCHAR(75) null,pluginType VARCHAR(75) null,roles STRING null,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table PluginSetting" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY portalPreferences.portalPreferencesId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY PortalPreferences.portalPreferencesId ASC" |
public static final long |
OWNERID_COLUMN_BITMASK |
1L |
public static final long |
OWNERTYPE_COLUMN_BITMASK |
2L |
public static final long |
PORTALPREFERENCESID_COLUMN_BITMASK |
4L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"PortalPreferences" |
public static final String |
TABLE_SQL_CREATE |
"create table PortalPreferences (mvccVersion LONG default 0 not null,portalPreferencesId LONG not null primary key,companyId LONG,ownerId LONG,ownerType INTEGER)" |
public static final String |
TABLE_SQL_DROP |
"drop table PortalPreferences" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
SMALL_VALUE_MAX_LENGTH |
255 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
INDEX_COLUMN_BITMASK |
1L |
public static final long |
KEY_COLUMN_BITMASK |
2L |
public static final long |
NAMESPACE_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY portalPreferenceValue.index ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY PortalPreferenceValue.index_ ASC" |
public static final long |
PORTALPREFERENCESID_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SMALLVALUE_COLUMN_BITMASK |
16L |
public static final String |
TABLE_NAME |
"PortalPreferenceValue" |
public static final String |
TABLE_SQL_CREATE |
"create table PortalPreferenceValue (mvccVersion LONG default 0 not null,portalPreferenceValueId LONG not null primary key,companyId LONG,portalPreferencesId LONG,index_ INTEGER,key_ VARCHAR(255) null,largeValue TEXT null,namespace VARCHAR(255) null,smallValue VARCHAR(255) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table PortalPreferenceValue" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
2L |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY portletItem.portletItemId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY PortletItem.portletItemId ASC" |
public static final long |
PORTLETID_COLUMN_BITMASK |
8L |
public static final long |
PORTLETITEMID_COLUMN_BITMASK |
16L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"PortletItem" |
public static final String |
TABLE_SQL_CREATE |
"create table PortletItem (mvccVersion LONG default 0 not null,portletItemId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(75) null,portletId VARCHAR(200) null,classNameId LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table PortletItem" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
ID_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY portlet.id ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Portlet.id_ ASC" |
public static final long |
PORTLETID_COLUMN_BITMASK |
2L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Portlet" |
public static final String |
TABLE_SQL_CREATE |
"create table Portlet (mvccVersion LONG default 0 not null,id_ LONG not null primary key,companyId LONG,portletId VARCHAR(200) null,roles STRING null,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Portlet" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY portletPreferences.portletPreferencesId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY PortletPreferences.portletPreferencesId ASC" |
public static final long |
OWNERID_COLUMN_BITMASK |
2L |
public static final long |
OWNERTYPE_COLUMN_BITMASK |
4L |
public static final long |
PLID_COLUMN_BITMASK |
8L |
public static final long |
PORTLETID_COLUMN_BITMASK |
16L |
public static final long |
PORTLETPREFERENCESID_COLUMN_BITMASK |
32L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"PortletPreferences" |
public static final String |
TABLE_SQL_CREATE |
"create table PortletPreferences (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,portletPreferencesId LONG not null,companyId LONG,ownerId LONG,ownerType INTEGER,plid LONG,portletId VARCHAR(200) null,primary key (portletPreferencesId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table PortletPreferences" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
SMALL_VALUE_MAX_LENGTH |
255 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
INDEX_COLUMN_BITMASK |
1L |
public static final long |
NAME_COLUMN_BITMASK |
2L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY portletPreferenceValue.index ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY PortletPreferenceValue.index_ ASC" |
public static final long |
PORTLETPREFERENCESID_COLUMN_BITMASK |
4L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SMALLVALUE_COLUMN_BITMASK |
8L |
public static final String |
TABLE_NAME |
"PortletPreferenceValue" |
public static final String |
TABLE_SQL_CREATE |
"create table PortletPreferenceValue (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,portletPreferenceValueId LONG not null,companyId LONG,portletPreferencesId LONG,index_ INTEGER,largeValue TEXT null,name VARCHAR(255) null,readOnly BOOLEAN,smallValue VARCHAR(255) null,primary key (portletPreferenceValueId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table PortletPreferenceValue" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
1L |
public static final long |
LAYOUTBRANCHID_COLUMN_BITMASK |
2L |
public static final long |
LAYOUTSETBRANCHID_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY recentLayoutBranch.recentLayoutBranchId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY RecentLayoutBranch.recentLayoutBranchId ASC" |
public static final long |
PLID_COLUMN_BITMASK |
8L |
public static final long |
RECENTLAYOUTBRANCHID_COLUMN_BITMASK |
32L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"RecentLayoutBranch" |
public static final String |
TABLE_SQL_CREATE |
"create table RecentLayoutBranch (mvccVersion LONG default 0 not null,recentLayoutBranchId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,layoutBranchId LONG,layoutSetBranchId LONG,plid LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table RecentLayoutBranch" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
1L |
public static final long |
LAYOUTREVISIONID_COLUMN_BITMASK |
2L |
public static final long |
LAYOUTSETBRANCHID_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY recentLayoutRevision.recentLayoutRevisionId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY RecentLayoutRevision.recentLayoutRevisionId ASC" |
public static final long |
PLID_COLUMN_BITMASK |
8L |
public static final long |
RECENTLAYOUTREVISIONID_COLUMN_BITMASK |
32L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"RecentLayoutRevision" |
public static final String |
TABLE_SQL_CREATE |
"create table RecentLayoutRevision (mvccVersion LONG default 0 not null,recentLayoutRevisionId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,layoutRevisionId LONG,layoutSetBranchId LONG,plid LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table RecentLayoutRevision" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
1L |
public static final long |
LAYOUTSETBRANCHID_COLUMN_BITMASK |
2L |
public static final long |
LAYOUTSETID_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY recentLayoutSetBranch.recentLayoutSetBranchId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY RecentLayoutSetBranch.recentLayoutSetBranchId ASC" |
public static final long |
RECENTLAYOUTSETBRANCHID_COLUMN_BITMASK |
16L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"RecentLayoutSetBranch" |
public static final String |
TABLE_SQL_CREATE |
"create table RecentLayoutSetBranch (mvccVersion LONG default 0 not null,recentLayoutSetBranchId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,layoutSetBranchId LONG,layoutSetId LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table RecentLayoutSetBranch" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
LANGUAGEID_COLUMN_BITMASK |
1L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY regionLocalization.regionLocalizationId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY RegionLocalization.regionLocalizationId ASC" |
public static final long |
REGIONID_COLUMN_BITMASK |
2L |
public static final long |
REGIONLOCALIZATIONID_COLUMN_BITMASK |
4L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"RegionLocalization" |
public static final String |
TABLE_SQL_CREATE |
"create table RegionLocalization (mvccVersion LONG default 0 not null,regionLocalizationId LONG not null primary key,companyId LONG,regionId LONG,languageId VARCHAR(75) null,title VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table RegionLocalization" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVE_COLUMN_BITMASK |
1L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
2L |
public static final long |
COUNTRYID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NAME_COLUMN_BITMASK |
32L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY region.name ASC, region.position ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Region.name ASC, Region.position ASC" |
public static final long |
POSITION_COLUMN_BITMASK |
64L |
public static final long |
REGIONCODE_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Region" |
public static final String |
TABLE_SQL_CREATE |
"create table Region (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,defaultLanguageId VARCHAR(75) null,regionId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,countryId LONG,active_ BOOLEAN,name VARCHAR(75) null,position DOUBLE,regionCode VARCHAR(75) null,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Region" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY release_.releaseId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Release_.releaseId ASC" |
public static final long |
RELEASEID_COLUMN_BITMASK |
2L |
public static final long |
SERVLETCONTEXTNAME_COLUMN_BITMASK |
1L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Release_" |
public static final String |
TABLE_SQL_CREATE |
"create table Release_ (mvccVersion LONG default 0 not null,releaseId LONG not null primary key,createDate DATE null,modifiedDate DATE null,servletContextName VARCHAR(75) null,schemaVersion VARCHAR(75) null,buildNumber INTEGER,buildDate DATE null,verified BOOLEAN,state_ INTEGER,testString VARCHAR(1024) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Release_" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
2L |
public static final long |
MAPPEDID_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY repositoryEntry.repositoryEntryId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY RepositoryEntry.repositoryEntryId ASC" |
public static final long |
REPOSITORYENTRYID_COLUMN_BITMASK |
32L |
public static final long |
REPOSITORYID_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"RepositoryEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table RepositoryEntry (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,repositoryEntryId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,mappedId VARCHAR(255) null,manualCheckInRequired BOOLEAN,lastPublishDate DATE null,primary key (repositoryEntryId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table RepositoryEntry" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
2L |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY repository.repositoryId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Repository.repositoryId ASC" |
public static final long |
PORTLETID_COLUMN_BITMASK |
8L |
public static final long |
REPOSITORYID_COLUMN_BITMASK |
32L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Repository" |
public static final String |
TABLE_SQL_CREATE |
"create table Repository (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,repositoryId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,name VARCHAR(200) null,description STRING null,portletId VARCHAR(200) null,typeSettings TEXT null,dlFolderId LONG,lastPublishDate DATE null,primary key (repositoryId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table Repository" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIONID_COLUMN_BITMASK |
1L |
public static final long |
BITWISEVALUE_COLUMN_BITMASK |
4L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NAME_COLUMN_BITMASK |
2L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY resourceAction.name ASC, resourceAction.bitwiseValue ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ResourceAction.name ASC, ResourceAction.bitwiseValue ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"ResourceAction" |
public static final String |
TABLE_SQL_CREATE |
"create table ResourceAction (mvccVersion LONG default 0 not null,resourceActionId LONG not null primary key,name VARCHAR(255) null,actionId VARCHAR(75) null,bitwiseValue LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table ResourceAction" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NAME_COLUMN_BITMASK |
2L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY resourcePermission.resourcePermissionId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ResourcePermission.resourcePermissionId ASC" |
public static final long |
PRIMKEY_COLUMN_BITMASK |
4L |
public static final long |
PRIMKEYID_COLUMN_BITMASK |
8L |
public static final long |
RESOURCEPERMISSIONID_COLUMN_BITMASK |
128L |
public static final long |
ROLEID_COLUMN_BITMASK |
16L |
public static final long |
SCOPE_COLUMN_BITMASK |
32L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"ResourcePermission" |
public static final String |
TABLE_SQL_CREATE |
"create table ResourcePermission (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,resourcePermissionId LONG not null,companyId LONG,name VARCHAR(255) null,scope INTEGER,primKey VARCHAR(255) null,primKeyId LONG,roleId LONG,ownerId LONG,actionIds LONG,viewActionId BOOLEAN,primary key (resourcePermissionId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table ResourcePermission" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
VIEWACTIONID_COLUMN_BITMASK |
64L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_GROUPS_ROLES |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_ROLES |
true |
public static final String |
MAPPING_TABLE_GROUPS_ROLES_NAME |
"Groups_Roles" |
public static final String |
MAPPING_TABLE_GROUPS_ROLES_SQL_CREATE |
"create table Groups_Roles (companyId LONG not null,groupId LONG not null,roleId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (groupId, roleId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERS_ROLES_NAME |
"Users_Roles" |
public static final String |
MAPPING_TABLE_USERS_ROLES_SQL_CREATE |
"create table Users_Roles (companyId LONG not null,roleId LONG not null,userId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (roleId, userId, ctCollectionId))" |
public static final long |
NAME_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY role_.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Role_.name ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SUBTYPE_COLUMN_BITMASK |
16L |
public static final String |
TABLE_NAME |
"Role_" |
public static final String |
TABLE_SQL_CREATE |
"create table Role_ (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,roleId LONG not null,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,name VARCHAR(75) null,title STRING null,description STRING null,type_ INTEGER,subtype VARCHAR(75) null,primary key (roleId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table Role_" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
32L |
public static final long |
UUID_COLUMN_BITMASK |
64L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
BUILDNAMESPACE_COLUMN_BITMASK |
1L |
public static final long |
BUILDNUMBER_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY serviceComponent.buildNamespace DESC, serviceComponent.buildNumber DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ServiceComponent.buildNamespace DESC, ServiceComponent.buildNumber DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"ServiceComponent" |
public static final String |
TABLE_SQL_CREATE |
"create table ServiceComponent (mvccVersion LONG default 0 not null,serviceComponentId LONG not null primary key,buildNamespace VARCHAR(75) null,buildNumber LONG,buildDate LONG,data_ TEXT null)" |
public static final String |
TABLE_SQL_DROP |
"drop table ServiceComponent" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY subscription.subscriptionId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Subscription.subscriptionId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SUBSCRIPTIONID_COLUMN_BITMASK |
32L |
public static final String |
TABLE_NAME |
"Subscription" |
public static final String |
TABLE_SQL_CREATE |
"create table Subscription (mvccVersion LONG default 0 not null,subscriptionId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,frequency VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Subscription" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
CREATEDATE_COLUMN_BITMASK |
32L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY systemEvent.createDate DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY SystemEvent.createDate DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SYSTEMEVENTSETKEY_COLUMN_BITMASK |
8L |
public static final String |
TABLE_NAME |
"SystemEvent" |
public static final String |
TABLE_SQL_CREATE |
"create table SystemEvent (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,systemEventId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,classNameId LONG,classPK LONG,classUuid VARCHAR(75) null,referrerClassNameId LONG,parentSystemEventId LONG,systemEventSetKey LONG,type_ INTEGER,extraData TEXT null,primary key (systemEventId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table SystemEvent" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERGROUPS_TEAMS |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_TEAMS |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
2L |
public static final String |
MAPPING_TABLE_USERGROUPS_TEAMS_NAME |
"UserGroups_Teams" |
public static final String |
MAPPING_TABLE_USERGROUPS_TEAMS_SQL_CREATE |
"create table UserGroups_Teams (companyId LONG not null,teamId LONG not null,userGroupId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (teamId, userGroupId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERS_TEAMS_NAME |
"Users_Teams" |
public static final String |
MAPPING_TABLE_USERS_TEAMS_SQL_CREATE |
"create table Users_Teams (companyId LONG not null,teamId LONG not null,userId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (teamId, userId, ctCollectionId))" |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY team.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Team.name ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Team" |
public static final String |
TABLE_SQL_CREATE |
"create table Team (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,teamId LONG not null,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,name VARCHAR(75) null,description STRING null,lastPublishDate DATE null,primary key (teamId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table Team" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
KEY_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY ticket.ticketId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Ticket.ticketId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Ticket" |
public static final String |
TABLE_SQL_CREATE |
"create table Ticket (mvccVersion LONG default 0 not null,ticketId LONG not null primary key,companyId LONG,createDate DATE null,classNameId LONG,classPK LONG,key_ VARCHAR(75) null,type_ INTEGER,extraInfo TEXT null,expirationDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Ticket" |
public static final long |
TICKETID_COLUMN_BITMASK |
32L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
1L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY userGroupGroupRole.userGroupGroupRoleId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY UserGroupGroupRole.userGroupGroupRoleId ASC" |
public static final long |
ROLEID_COLUMN_BITMASK |
2L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"UserGroupGroupRole" |
public static final String |
TABLE_SQL_CREATE |
"create table UserGroupGroupRole (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,userGroupGroupRoleId LONG not null,companyId LONG,userGroupId LONG,groupId LONG,roleId LONG,primary key (userGroupGroupRoleId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table UserGroupGroupRole" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERGROUPGROUPROLEID_COLUMN_BITMASK |
8L |
public static final long |
USERGROUPID_COLUMN_BITMASK |
4L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
EXTERNALREFERENCECODE_COLUMN_BITMASK |
2L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_GROUPS_USERGROUPS |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERGROUPS_TEAMS |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_USERGROUPS |
true |
public static final String |
MAPPING_TABLE_GROUPS_USERGROUPS_NAME |
"Groups_UserGroups" |
public static final String |
MAPPING_TABLE_GROUPS_USERGROUPS_SQL_CREATE |
"create table Groups_UserGroups (companyId LONG not null,groupId LONG not null,userGroupId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (groupId, userGroupId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERGROUPS_TEAMS_NAME |
"UserGroups_Teams" |
public static final String |
MAPPING_TABLE_USERGROUPS_TEAMS_SQL_CREATE |
"create table UserGroups_Teams (companyId LONG not null,teamId LONG not null,userGroupId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (teamId, userGroupId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERS_USERGROUPS_NAME |
"Users_UserGroups" |
public static final String |
MAPPING_TABLE_USERS_USERGROUPS_SQL_CREATE |
"create table Users_UserGroups (companyId LONG not null,userId LONG not null,userGroupId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (userId, userGroupId, ctCollectionId))" |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY userGroup.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY UserGroup.name ASC" |
public static final long |
PARENTUSERGROUPID_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"UserGroup" |
public static final String |
TABLE_SQL_CREATE |
"create table UserGroup (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,userGroupId LONG not null,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentUserGroupId LONG,name VARCHAR(255) null,description STRING null,addedByLDAPImport BOOLEAN,primary key (userGroupId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table UserGroup" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERGROUPID_COLUMN_BITMASK |
16L |
public static final long |
UUID_COLUMN_BITMASK |
32L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
1L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY userGroupRole.userGroupRoleId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY UserGroupRole.userGroupRoleId ASC" |
public static final long |
ROLEID_COLUMN_BITMASK |
2L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"UserGroupRole" |
public static final String |
TABLE_SQL_CREATE |
"create table UserGroupRole (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,userGroupRoleId LONG not null,companyId LONG,userId LONG,groupId LONG,roleId LONG,primary key (userGroupRoleId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table UserGroupRole" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERGROUPROLEID_COLUMN_BITMASK |
8L |
public static final long |
USERID_COLUMN_BITMASK |
4L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
EXTERNALUSERID_COLUMN_BITMASK |
1L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY userIdMapper.userIdMapperId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY UserIdMapper.userIdMapperId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"UserIdMapper" |
public static final String |
TABLE_SQL_CREATE |
"create table UserIdMapper (mvccVersion LONG default 0 not null,userIdMapperId LONG not null primary key,companyId LONG,userId LONG,type_ VARCHAR(75) null,description VARCHAR(75) null,externalUserId VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table UserIdMapper" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
2L |
public static final long |
USERID_COLUMN_BITMASK |
4L |
public static final long |
USERIDMAPPERID_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final long |
CONTACTID_COLUMN_BITMASK |
2L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final long |
DEFAULTUSER_COLUMN_BITMASK |
8L |
public static final long |
EMAILADDRESS_COLUMN_BITMASK |
16L |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
EXTERNALREFERENCECODE_COLUMN_BITMASK |
32L |
public static final long |
FACEBOOKID_COLUMN_BITMASK |
64L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_GROUPS |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_ORGS |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_ROLES |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_TEAMS |
true |
public static final boolean |
FINDER_CACHE_ENABLED_USERS_USERGROUPS |
true |
public static final long |
GOOGLEUSERID_COLUMN_BITMASK |
128L |
public static final String |
MAPPING_TABLE_USERS_GROUPS_NAME |
"Users_Groups" |
public static final String |
MAPPING_TABLE_USERS_GROUPS_SQL_CREATE |
"create table Users_Groups (companyId LONG not null,groupId LONG not null,userId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (groupId, userId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERS_ORGS_NAME |
"Users_Orgs" |
public static final String |
MAPPING_TABLE_USERS_ORGS_SQL_CREATE |
"create table Users_Orgs (companyId LONG not null,organizationId LONG not null,userId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (organizationId, userId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERS_ROLES_NAME |
"Users_Roles" |
public static final String |
MAPPING_TABLE_USERS_ROLES_SQL_CREATE |
"create table Users_Roles (companyId LONG not null,roleId LONG not null,userId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (roleId, userId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERS_TEAMS_NAME |
"Users_Teams" |
public static final String |
MAPPING_TABLE_USERS_TEAMS_SQL_CREATE |
"create table Users_Teams (companyId LONG not null,teamId LONG not null,userId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (teamId, userId, ctCollectionId))" |
public static final String |
MAPPING_TABLE_USERS_USERGROUPS_NAME |
"Users_UserGroups" |
public static final String |
MAPPING_TABLE_USERS_USERGROUPS_SQL_CREATE |
"create table Users_UserGroups (companyId LONG not null,userId LONG not null,userGroupId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (userId, userGroupId, ctCollectionId))" |
public static final long |
MODIFIEDDATE_COLUMN_BITMASK |
256L |
public static final long |
OPENID_COLUMN_BITMASK |
512L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY user.userId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY User_.userId ASC" |
public static final long |
PORTRAITID_COLUMN_BITMASK |
1024L |
public static final long |
SCREENNAME_COLUMN_BITMASK |
2048L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STATUS_COLUMN_BITMASK |
4096L |
public static final String |
TABLE_NAME |
"User_" |
public static final String |
TABLE_SQL_CREATE |
"create table User_ (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,userId LONG not null,companyId LONG,createDate DATE null,modifiedDate DATE null,defaultUser BOOLEAN,contactId LONG,password_ VARCHAR(75) null,passwordEncrypted BOOLEAN,passwordReset BOOLEAN,passwordModifiedDate DATE null,digest VARCHAR(255) null,reminderQueryQuestion VARCHAR(75) null,reminderQueryAnswer VARCHAR(75) null,graceLoginCount INTEGER,screenName VARCHAR(75) null,emailAddress VARCHAR(254) null,facebookId LONG,googleUserId VARCHAR(75) null,ldapServerId LONG,openId VARCHAR(1024) null,portraitId LONG,languageId VARCHAR(75) null,timeZoneId VARCHAR(75) null,greeting VARCHAR(255) null,comments STRING null,firstName VARCHAR(75) null,middleName VARCHAR(75) null,lastName VARCHAR(75) null,jobTitle VARCHAR(100) null,loginDate DATE null,loginIP VARCHAR(75) null,lastLoginDate DATE null,lastLoginIP VARCHAR(75) null,lastFailedLoginDate DATE null,failedLoginAttempts INTEGER,lockout BOOLEAN,lockoutDate DATE null,agreedToTermsOfUse BOOLEAN,emailAddressVerified BOOLEAN,status INTEGER,primary key (userId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table User_" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
8192L |
public static final long |
UUID_COLUMN_BITMASK |
16384L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final long |
DELIVERYTYPE_COLUMN_BITMASK |
2L |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NOTIFICATIONTYPE_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY userNotificationDelivery.userNotificationDeliveryId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY UserNotificationDelivery.userNotificationDeliveryId ASC" |
public static final long |
PORTLETID_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"UserNotificationDelivery" |
public static final String |
TABLE_SQL_CREATE |
"create table UserNotificationDelivery (mvccVersion LONG default 0 not null,userNotificationDeliveryId LONG not null primary key,companyId LONG,userId LONG,portletId VARCHAR(200) null,classNameId LONG,notificationType INTEGER,deliveryType INTEGER,deliver BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table UserNotificationDelivery" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16L |
public static final long |
USERNOTIFICATIONDELIVERYID_COLUMN_BITMASK |
32L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIONREQUIRED_COLUMN_BITMASK |
1L |
public static final long |
ARCHIVED_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final long |
DELIVERED_COLUMN_BITMASK |
8L |
public static final long |
DELIVERYTYPE_COLUMN_BITMASK |
16L |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY userNotificationEvent.timestamp DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY UserNotificationEvent.timestamp DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"UserNotificationEvent" |
public static final String |
TABLE_SQL_CREATE |
"create table UserNotificationEvent (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,userNotificationEventId LONG not null primary key,companyId LONG,userId LONG,type_ VARCHAR(200) null,timestamp LONG,deliveryType INTEGER,deliverBy LONG,delivered BOOLEAN,payload TEXT null,actionRequired BOOLEAN,archived BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table UserNotificationEvent" |
public static final long |
TIMESTAMP_COLUMN_BITMASK |
256L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
32L |
public static final long |
USERID_COLUMN_BITMASK |
64L |
public static final long |
UUID_COLUMN_BITMASK |
128L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY userTracker.userTrackerId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY UserTracker.userTrackerId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SESSIONID_COLUMN_BITMASK |
2L |
public static final String |
TABLE_NAME |
"UserTracker" |
public static final String |
TABLE_SQL_CREATE |
"create table UserTracker (mvccVersion LONG default 0 not null,userTrackerId LONG not null primary key,companyId LONG,userId LONG,modifiedDate DATE null,sessionId VARCHAR(200) null,remoteAddr VARCHAR(75) null,remoteHost VARCHAR(75) null,userAgent VARCHAR(200) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table UserTracker" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
4L |
public static final long |
USERTRACKERID_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY userTrackerPath.userTrackerPathId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY UserTrackerPath.userTrackerPathId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"UserTrackerPath" |
public static final String |
TABLE_SQL_CREATE |
"create table UserTrackerPath (mvccVersion LONG default 0 not null,userTrackerPathId LONG not null primary key,companyId LONG,userTrackerId LONG,path_ STRING null,pathDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table UserTrackerPath" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERTRACKERID_COLUMN_BITMASK |
1L |
public static final long |
USERTRACKERPATHID_COLUMN_BITMASK |
2L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final long |
DEFAULTVIRTUALHOST_COLUMN_BITMASK |
2L |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
HOSTNAME_COLUMN_BITMASK |
4L |
public static final long |
LAYOUTSETID_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY virtualHost.virtualHostId DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY VirtualHost.virtualHostId DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"VirtualHost" |
public static final String |
TABLE_SQL_CREATE |
"create table VirtualHost (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,virtualHostId LONG not null,companyId LONG,layoutSetId LONG,hostname VARCHAR(200) null,defaultVirtualHost BOOLEAN,languageId VARCHAR(75) null,primary key (virtualHostId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table VirtualHost" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
VIRTUALHOSTID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY webDAVProps.webDavPropsId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY WebDAVProps.webDavPropsId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"WebDAVProps" |
public static final String |
TABLE_SQL_CREATE |
"create table WebDAVProps (mvccVersion LONG default 0 not null,webDavPropsId LONG not null primary key,companyId LONG,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,props TEXT null)" |
public static final String |
TABLE_SQL_DROP |
"drop table WebDAVProps" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
WEBDAVPROPSID_COLUMN_BITMASK |
4L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
64L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY website.createDate ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Website.createDate ASC" |
public static final long |
PRIMARY_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Website" |
public static final String |
TABLE_SQL_CREATE |
"create table Website (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,websiteId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,url STRING null,typeId LONG,primary_ BOOLEAN,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Website" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16L |
public static final long |
UUID_COLUMN_BITMASK |
32L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY workflowDefinitionLink.workflowDefinitionName ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY WorkflowDefinitionLink.workflowDefinitionName ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"WorkflowDefinitionLink" |
public static final String |
TABLE_SQL_CREATE |
"create table WorkflowDefinitionLink (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,workflowDefinitionLinkId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,typePK LONG,workflowDefinitionName VARCHAR(75) null,workflowDefinitionVersion INTEGER,primary key (workflowDefinitionLinkId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table WorkflowDefinitionLink" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPEPK_COLUMN_BITMASK |
16L |
public static final long |
WORKFLOWDEFINITIONNAME_COLUMN_BITMASK |
32L |
public static final long |
WORKFLOWDEFINITIONVERSION_COLUMN_BITMASK |
64L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
16L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY workflowInstanceLink.createDate DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY WorkflowInstanceLink.createDate DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"WorkflowInstanceLink" |
public static final String |
TABLE_SQL_CREATE |
"create table WorkflowInstanceLink (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,workflowInstanceLinkId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,workflowInstanceId LONG,primary key (workflowInstanceLinkId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table WorkflowInstanceLink" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AUTH_TYPE |
"auth.type" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ORGANIZATION_NAME_SUFFIX |
" LFR_ORGANIZATION" |
public static final String |
ORGANIZATION_STAGING_SUFFIX |
" (Staging)" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PARAM_KEY_USER_GROUP_GROUP_ROLE |
"userGroupGroupRole" |
public static final String |
PARAM_KEY_USER_GROUPS_GROUPS |
"userGroupsGroups" |
public static final String |
PARAM_KEY_USER_GROUPS_ROLES |
"userGroupsRoles" |
public static final String |
PARAM_KEY_USER_GROUPS_TEAMS |
"userGroupsTeams" |
public static final String |
PARAM_KEY_USER_GROUPS_USERS |
"userGroupsUsers" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTIES_FILE_NAME |
"portal-setup-wizard.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
OPEN_LI |
"<li>" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
OPEN_PARAGRAPH |
"<p>" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
VEERMER_URLENCODED |
"application/x-vermeer-urlencoded" |
public static final String |
VERSION |
"6.0.2.8117" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLOSE_UL |
"</ul>" |
public static final String |
OPEN_UL |
"<ul>" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
GET |
"GET" |
public static final String |
POST |
"POST" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INCLUDE_PATH_INFO |
"javax.servlet.include.path_info" |
public static final String |
INCLUDE_SERVLET_PATH |
"javax.servlet.include.servlet_path" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TEXT_HTML_DIR |
"/html" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFINITION |
"com.liferay.portal.struts.definition" |
public static final String |
DEFINITIONS |
"com.liferay.portal.struts.definitions" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COMMON_FORWARD |
"/common/forward_js.jsp" |
public static final String |
COMMON_FORWARD_JSP |
"/common/forward_jsp.jsp" |
public static final String |
COMMON_NULL |
"/common/null.jsp" |
public static final String |
COMMON_REFERER |
"/common/referer_js.jsp" |
public static final String |
COMMON_REFERER_JSP |
"/common/referer_jsp.jsp" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AUTHOR |
"Brian Wing Shun Chan" |
public static final int |
PLUGINS_MAX_DIR_LEVEL |
3 |
public static final int |
PORTAL_MAX_DIR_LEVEL |
7 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEPLOY_TO_PREFIX |
"DEPLOY_TO__" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
DOUBLE_INDENT |
" " |
protected static final String |
INDENT |
" " |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
DISPLAY_STYLE_PREFIX_6_2 |
"ddmTemplate_" |
protected static final String |
UPDATE_PORTLET_PREFERENCES_WHERE_CLAUSE |
"(preferences like \'%ddmTemplate_%\')" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"ClassName_" |
public static final String |
TABLE_SQL_CREATE |
"create table ClassName_ (mvccVersion LONG default 0 not null,classNameId LONG not null primary key,value VARCHAR(200) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table ClassName_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"ClusterGroup" |
public static final String |
TABLE_SQL_CREATE |
"create table ClusterGroup (mvccVersion LONG default 0 not null,clusterGroupId LONG not null primary key,name VARCHAR(75) null,clusterNodeIds VARCHAR(75) null,wholeCluster BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table ClusterGroup" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Company" |
public static final String |
TABLE_SQL_CREATE |
"create table Company (mvccVersion LONG default 0 not null,companyId LONG not null primary key,accountId LONG,webId VARCHAR(75) null,key_ TEXT null,mx VARCHAR(75) null,homeURL STRING null,logoId LONG,system BOOLEAN,maxUsers INTEGER,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Company" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Counter" |
public static final String |
TABLE_SQL_CREATE |
"create table Counter (name VARCHAR(75) not null primary key,currentId LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table Counter" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Country" |
public static final String |
TABLE_SQL_CREATE |
"create table Country (mvccVersion LONG default 0 not null,countryId LONG not null primary key,name VARCHAR(75) null,a2 VARCHAR(75) null,a3 VARCHAR(75) null,number_ VARCHAR(75) null,idd_ VARCHAR(75) null,zipRequired BOOLEAN,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Country" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"PortalPreferences" |
public static final String |
TABLE_SQL_CREATE |
"create table PortalPreferences (mvccVersion LONG default 0 not null,portalPreferencesId LONG not null primary key,ownerId LONG,ownerType INTEGER,preferences TEXT null)" |
public static final String |
TABLE_SQL_DROP |
"drop table PortalPreferences" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Region" |
public static final String |
TABLE_SQL_CREATE |
"create table Region (mvccVersion LONG default 0 not null,regionId LONG not null primary key,countryId LONG,regionCode VARCHAR(75) null,name VARCHAR(75) null,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Region" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Release_" |
public static final String |
TABLE_SQL_CREATE |
"create table Release_ (mvccVersion LONG default 0 not null,releaseId LONG not null primary key,createDate DATE null,modifiedDate DATE null,servletContextName VARCHAR(75) null,schemaVersion VARCHAR(75) null,buildNumber INTEGER,buildDate DATE null,verified BOOLEAN,state_ INTEGER,testString VARCHAR(1024) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Release_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"ResourceAction" |
public static final String |
TABLE_SQL_CREATE |
"create table ResourceAction (mvccVersion LONG default 0 not null,resourceActionId LONG not null primary key,name VARCHAR(255) null,actionId VARCHAR(75) null,bitwiseValue LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table ResourceAction" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"ServiceComponent" |
public static final String |
TABLE_SQL_CREATE |
"create table ServiceComponent (mvccVersion LONG default 0 not null,serviceComponentId LONG not null primary key,buildNamespace VARCHAR(75) null,buildNumber LONG,buildDate LONG,data_ TEXT null)" |
public static final String |
TABLE_SQL_DROP |
"drop table ServiceComponent" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"VirtualHost" |
public static final String |
TABLE_SQL_CREATE |
"create table VirtualHost (mvccVersion LONG default 0 not null,virtualHostId LONG not null primary key,companyId LONG,layoutSetId LONG,hostname VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table VirtualHost" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Account_" |
public static final String |
TABLE_SQL_CREATE |
"create table Account_ (mvccVersion LONG default 0 not null,accountId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentAccountId LONG,name VARCHAR(75) null,legalName VARCHAR(75) null,legalId VARCHAR(75) null,legalType VARCHAR(75) null,sicCode VARCHAR(75) null,tickerSymbol VARCHAR(75) null,industry VARCHAR(75) null,type_ VARCHAR(75) null,size_ VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Account_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Address" |
public static final String |
TABLE_SQL_CREATE |
"create table Address (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,addressId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,street1 VARCHAR(75) null,street2 VARCHAR(75) null,street3 VARCHAR(75) null,city VARCHAR(75) null,zip VARCHAR(75) null,regionId LONG,countryId LONG,typeId LONG,mailing BOOLEAN,primary_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Address" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"AnnouncementsEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table AnnouncementsEntry (uuid_ VARCHAR(75) null,entryId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,title VARCHAR(75) null,content TEXT null,url STRING null,type_ VARCHAR(75) null,displayDate DATE null,expirationDate DATE null,priority INTEGER,alert BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table AnnouncementsEntry" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"AnnouncementsFlag" |
public static final String |
TABLE_SQL_CREATE |
"create table AnnouncementsFlag (flagId LONG not null primary key,companyId LONG,userId LONG,createDate DATE null,entryId LONG,value INTEGER)" |
public static final String |
TABLE_SQL_DROP |
"drop table AnnouncementsFlag" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"AssetCategory" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetCategory (uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,categoryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentCategoryId LONG,leftCategoryId LONG,rightCategoryId LONG,name VARCHAR(75) null,title STRING null,description STRING null,vocabularyId LONG,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetCategory" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"AssetEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetEntry (entryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,classUuid VARCHAR(75) null,classTypeId LONG,listable BOOLEAN,visible BOOLEAN,startDate DATE null,endDate DATE null,publishDate DATE null,expirationDate DATE null,mimeType VARCHAR(75) null,title STRING null,description TEXT null,summary TEXT null,url STRING null,layoutUuid VARCHAR(75) null,height INTEGER,width INTEGER,priority DOUBLE,viewCount INTEGER)" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetEntry" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"AssetLink" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetLink (linkId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,entryId1 LONG,entryId2 LONG,type_ INTEGER,weight INTEGER)" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetLink" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"AssetTag" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetTag (uuid_ VARCHAR(75) null,tagId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(75) null,assetCount INTEGER,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetTag" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"AssetVocabulary" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetVocabulary (uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,vocabularyId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(75) null,title STRING null,description STRING null,settings_ STRING null,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetVocabulary" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Company" |
public static final String |
TABLE_SQL_CREATE |
"create table Company (mvccVersion LONG default 0 not null,companyId LONG not null primary key,accountId LONG,webId VARCHAR(75) null,key_ TEXT null,mx VARCHAR(200) null,homeURL STRING null,logoId LONG,system_ BOOLEAN,maxUsers INTEGER,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Company" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Contact_" |
public static final String |
TABLE_SQL_CREATE |
"create table Contact_ (mvccVersion LONG default 0 not null,contactId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,accountId LONG,parentContactId LONG,emailAddress VARCHAR(254) null,firstName VARCHAR(75) null,middleName VARCHAR(75) null,lastName VARCHAR(75) null,prefixId LONG,suffixId LONG,male BOOLEAN,birthday DATE null,smsSn VARCHAR(75) null,facebookSn VARCHAR(75) null,jabberSn VARCHAR(75) null,skypeSn VARCHAR(75) null,twitterSn VARCHAR(75) null,employeeStatusId VARCHAR(75) null,employeeNumber VARCHAR(75) null,jobTitle VARCHAR(100) null,jobClass VARCHAR(75) null,hoursOfOperation VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Contact_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"DLFileEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFileEntry (uuid_ VARCHAR(75) null,fileEntryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,repositoryId LONG,folderId LONG,treePath STRING null,name VARCHAR(255) null,fileName VARCHAR(255) null,extension VARCHAR(75) null,mimeType VARCHAR(75) null,title VARCHAR(255) null,description STRING null,extraSettings TEXT null,fileEntryTypeId LONG,version VARCHAR(75) null,size_ LONG,readCount INTEGER,smallImageId LONG,largeImageId LONG,custom1ImageId LONG,custom2ImageId LONG,manualCheckInRequired BOOLEAN,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFileEntry" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"DLFileEntryType" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFileEntryType (uuid_ VARCHAR(75) null,fileEntryTypeId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,fileEntryTypeKey VARCHAR(75) null,name STRING null,description STRING null,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFileEntryType" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"DLFileShortcut" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFileShortcut (uuid_ VARCHAR(75) null,fileShortcutId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,folderId LONG,toFileEntryId LONG,treePath STRING null,active_ BOOLEAN,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFileShortcut" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"DLFileVersion" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFileVersion (uuid_ VARCHAR(75) null,fileVersionId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,folderId LONG,fileEntryId LONG,treePath STRING null,fileName VARCHAR(255) null,extension VARCHAR(75) null,mimeType VARCHAR(75) null,title VARCHAR(255) null,description STRING null,changeLog VARCHAR(75) null,extraSettings TEXT null,fileEntryTypeId LONG,version VARCHAR(75) null,size_ LONG,checksum VARCHAR(75) null,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFileVersion" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"DLFolder" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFolder (uuid_ VARCHAR(75) null,folderId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,mountPoint BOOLEAN,parentFolderId LONG,treePath STRING null,name VARCHAR(255) null,description STRING null,lastPostDate DATE null,defaultFileEntryTypeId LONG,hidden_ BOOLEAN,restrictionType INTEGER,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFolder" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"EmailAddress" |
public static final String |
TABLE_SQL_CREATE |
"create table EmailAddress (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,emailAddressId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,address VARCHAR(254) null,typeId LONG,primary_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table EmailAddress" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"ExpandoRow" |
public static final String |
TABLE_SQL_CREATE |
"create table ExpandoRow (rowId_ LONG not null primary key,companyId LONG,modifiedDate DATE null,tableId LONG,classPK LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table ExpandoRow" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"ExportImportConfiguration" |
public static final String |
TABLE_SQL_CREATE |
"create table ExportImportConfiguration (mvccVersion LONG default 0 not null,exportImportConfigurationId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(200) null,description STRING null,type_ INTEGER,settings_ TEXT null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table ExportImportConfiguration" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Group_" |
public static final String |
TABLE_SQL_CREATE |
"create table Group_ (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,groupId LONG not null primary key,companyId LONG,creatorUserId LONG,classNameId LONG,classPK LONG,parentGroupId LONG,liveGroupId LONG,treePath STRING null,groupKey VARCHAR(150) null,name STRING null,description STRING null,type_ INTEGER,typeSettings TEXT null,manualMembership BOOLEAN,membershipRestriction INTEGER,friendlyURL VARCHAR(255) null,site BOOLEAN,remoteStagingGroupCount INTEGER,inheritContent BOOLEAN,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Group_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Image" |
public static final String |
TABLE_SQL_CREATE |
"create table Image (mvccVersion LONG default 0 not null,imageId LONG not null primary key,companyId LONG,modifiedDate DATE null,type_ VARCHAR(75) null,height INTEGER,width INTEGER,size_ INTEGER)" |
public static final String |
TABLE_SQL_DROP |
"drop table Image" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"LayoutFriendlyURL" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutFriendlyURL (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,layoutFriendlyURLId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,plid LONG,privateLayout BOOLEAN,friendlyURL VARCHAR(255) null,languageId VARCHAR(75) null,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutFriendlyURL" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"LayoutPrototype" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutPrototype (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,layoutPrototypeId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name TEXT null,description TEXT null,settings_ STRING null,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutPrototype" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"LayoutRevision" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutRevision (mvccVersion LONG default 0 not null,layoutRevisionId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,layoutSetBranchId LONG,layoutBranchId LONG,parentLayoutRevisionId LONG,head BOOLEAN,major BOOLEAN,plid LONG,privateLayout BOOLEAN,name STRING null,title STRING null,description STRING null,keywords STRING null,robots STRING null,typeSettings TEXT null,iconImageId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutRevision" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"LayoutSetBranch" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutSetBranch (mvccVersion LONG default 0 not null,layoutSetBranchId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,privateLayout BOOLEAN,name VARCHAR(75) null,description STRING null,master BOOLEAN,logoId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,settings_ TEXT null,layoutSetPrototypeUuid VARCHAR(75) null,layoutSetPrototypeLinkEnabled BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutSetBranch" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"LayoutSetPrototype" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutSetPrototype (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,layoutSetPrototypeId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name TEXT null,description TEXT null,settings_ STRING null,active_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutSetPrototype" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"LayoutSet" |
public static final String |
TABLE_SQL_CREATE |
"create table LayoutSet (mvccVersion LONG default 0 not null,headId LONG,head BOOLEAN,layoutSetId LONG not null primary key,groupId LONG,companyId LONG,createDate DATE null,modifiedDate DATE null,privateLayout BOOLEAN,logoId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,pageCount INTEGER,settings_ TEXT null,layoutSetPrototypeUuid VARCHAR(75) null,layoutSetPrototypeLinkEnabled BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table LayoutSet" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Layout" |
public static final String |
TABLE_SQL_CREATE |
"create table Layout (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,headId LONG,head BOOLEAN,plid LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentPlid LONG,privateLayout BOOLEAN,layoutId LONG,parentLayoutId LONG,classNameId LONG,classPK LONG,name STRING null,title STRING null,description STRING null,keywords STRING null,robots STRING null,type_ VARCHAR(75) null,typeSettings TEXT null,hidden_ BOOLEAN,system_ BOOLEAN,friendlyURL VARCHAR(255) null,iconImageId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,priority INTEGER,layoutPrototypeUuid VARCHAR(75) null,layoutPrototypeLinkEnabled BOOLEAN,sourcePrototypeLayoutUuid VARCHAR(75) null,publishDate DATE null,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Layout" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"MembershipRequest" |
public static final String |
TABLE_SQL_CREATE |
"create table MembershipRequest (mvccVersion LONG default 0 not null,membershipRequestId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,createDate DATE null,comments STRING null,replyComments STRING null,replyDate DATE null,replierUserId LONG,statusId LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table MembershipRequest" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Organization_" |
public static final String |
TABLE_SQL_CREATE |
"create table Organization_ (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,organizationId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentOrganizationId LONG,treePath STRING null,name VARCHAR(100) null,type_ VARCHAR(75) null,recursable BOOLEAN,regionId LONG,countryId LONG,statusId LONG,comments STRING null,logoId LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table Organization_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"PasswordPolicy" |
public static final String |
TABLE_SQL_CREATE |
"create table PasswordPolicy (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,passwordPolicyId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,defaultPolicy BOOLEAN,name VARCHAR(75) null,description STRING null,changeable BOOLEAN,changeRequired BOOLEAN,minAge LONG,checkSyntax BOOLEAN,allowDictionaryWords BOOLEAN,minAlphanumeric INTEGER,minLength INTEGER,minLowerCase INTEGER,minNumbers INTEGER,minSymbols INTEGER,minUpperCase INTEGER,regex STRING null,history BOOLEAN,historyCount INTEGER,expireable BOOLEAN,maxAge LONG,warningTime LONG,graceLimit INTEGER,lockout BOOLEAN,maxFailure INTEGER,lockoutDuration LONG,requireUnlock BOOLEAN,resetFailureCount LONG,resetTicketMaxAge LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table PasswordPolicy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"PasswordTracker" |
public static final String |
TABLE_SQL_CREATE |
"create table PasswordTracker (mvccVersion LONG default 0 not null,passwordTrackerId LONG not null primary key,companyId LONG,userId LONG,createDate DATE null,password_ VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table PasswordTracker" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Phone" |
public static final String |
TABLE_SQL_CREATE |
"create table Phone (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,phoneId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,number_ VARCHAR(75) null,extension VARCHAR(75) null,typeId LONG,primary_ BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Phone" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"PortletItem" |
public static final String |
TABLE_SQL_CREATE |
"create table PortletItem (mvccVersion LONG default 0 not null,portletItemId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(75) null,portletId VARCHAR(200) null,classNameId LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table PortletItem" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"RatingsEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table RatingsEntry (uuid_ VARCHAR(75) null,entryId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,score DOUBLE)" |
public static final String |
TABLE_SQL_DROP |
"drop table RatingsEntry" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Release_" |
public static final String |
TABLE_SQL_CREATE |
"create table Release_ (mvccVersion LONG default 0 not null,releaseId LONG not null primary key,createDate DATE null,modifiedDate DATE null,servletContextName VARCHAR(75) null,schemaVersion VARCHAR(75) null,buildNumber INTEGER,buildDate DATE null,verified BOOLEAN,state_ INTEGER,testString VARCHAR(1024) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Release_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"RepositoryEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table RepositoryEntry (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,repositoryEntryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,mappedId VARCHAR(255) null,manualCheckInRequired BOOLEAN,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table RepositoryEntry" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Repository" |
public static final String |
TABLE_SQL_CREATE |
"create table Repository (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,repositoryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,name VARCHAR(200) null,description STRING null,portletId VARCHAR(200) null,typeSettings TEXT null,dlFolderId LONG,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Repository" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Role_" |
public static final String |
TABLE_SQL_CREATE |
"create table Role_ (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,roleId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,name VARCHAR(75) null,title STRING null,description STRING null,type_ INTEGER,subtype VARCHAR(75) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Role_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"SystemEvent" |
public static final String |
TABLE_SQL_CREATE |
"create table SystemEvent (mvccVersion LONG default 0 not null,systemEventId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,classNameId LONG,classPK LONG,classUuid VARCHAR(75) null,referrerClassNameId LONG,parentSystemEventId LONG,systemEventSetKey LONG,type_ INTEGER,extraData TEXT null)" |
public static final String |
TABLE_SQL_DROP |
"drop table SystemEvent" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Team" |
public static final String |
TABLE_SQL_CREATE |
"create table Team (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,teamId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,name VARCHAR(75) null,description STRING null,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Team" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Ticket" |
public static final String |
TABLE_SQL_CREATE |
"create table Ticket (mvccVersion LONG default 0 not null,ticketId LONG not null primary key,companyId LONG,createDate DATE null,classNameId LONG,classPK LONG,key_ VARCHAR(75) null,type_ INTEGER,extraInfo TEXT null,expirationDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Ticket" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"UserGroup" |
public static final String |
TABLE_SQL_CREATE |
"create table UserGroup (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,userGroupId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentUserGroupId LONG,name VARCHAR(255) null,description STRING null,addedByLDAPImport BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table UserGroup" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"User_" |
public static final String |
TABLE_SQL_CREATE |
"create table User_ (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,userId LONG not null primary key,companyId LONG,createDate DATE null,modifiedDate DATE null,defaultUser BOOLEAN,contactId LONG,password_ VARCHAR(75) null,passwordEncrypted BOOLEAN,passwordReset BOOLEAN,passwordModifiedDate DATE null,digest VARCHAR(255) null,reminderQueryQuestion VARCHAR(75) null,reminderQueryAnswer VARCHAR(75) null,graceLoginCount INTEGER,screenName VARCHAR(75) null,emailAddress VARCHAR(254) null,facebookId LONG,googleUserId VARCHAR(75) null,ldapServerId LONG,openId VARCHAR(1024) null,portraitId LONG,languageId VARCHAR(75) null,timeZoneId VARCHAR(75) null,greeting VARCHAR(255) null,comments STRING null,firstName VARCHAR(75) null,middleName VARCHAR(75) null,lastName VARCHAR(75) null,jobTitle VARCHAR(100) null,loginDate DATE null,loginIP VARCHAR(75) null,lastLoginDate DATE null,lastLoginIP VARCHAR(75) null,lastFailedLoginDate DATE null,failedLoginAttempts INTEGER,lockout BOOLEAN,lockoutDate DATE null,agreedToTermsOfUse BOOLEAN,emailAddressVerified BOOLEAN,status INTEGER)" |
public static final String |
TABLE_SQL_DROP |
"drop table User_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"UserTrackerPath" |
public static final String |
TABLE_SQL_CREATE |
"create table UserTrackerPath (mvccVersion LONG default 0 not null,userTrackerPathId LONG not null primary key,companyId LONG,userTrackerId LONG,path_ STRING null,pathDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table UserTrackerPath" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"UserTracker" |
public static final String |
TABLE_SQL_CREATE |
"create table UserTracker (mvccVersion LONG default 0 not null,userTrackerId LONG not null primary key,companyId LONG,userId LONG,modifiedDate DATE null,sessionId VARCHAR(200) null,remoteAddr VARCHAR(75) null,remoteHost VARCHAR(75) null,userAgent VARCHAR(200) null)" |
public static final String |
TABLE_SQL_DROP |
"drop table UserTracker" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"WebDAVProps" |
public static final String |
TABLE_SQL_CREATE |
"create table WebDAVProps (mvccVersion LONG default 0 not null,webDavPropsId LONG not null primary key,companyId LONG,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,props TEXT null)" |
public static final String |
TABLE_SQL_DROP |
"drop table WebDAVProps" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"Website" |
public static final String |
TABLE_SQL_CREATE |
"create table Website (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,websiteId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,url STRING null,typeId LONG,primary_ BOOLEAN,lastPublishDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table Website" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"WorkflowDefinitionLink" |
public static final String |
TABLE_SQL_CREATE |
"create table WorkflowDefinitionLink (mvccVersion LONG default 0 not null,workflowDefinitionLinkId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,typePK LONG,workflowDefinitionName VARCHAR(75) null,workflowDefinitionVersion INTEGER)" |
public static final String |
TABLE_SQL_DROP |
"drop table WorkflowDefinitionLink" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TABLE_NAME |
"WorkflowInstanceLink" |
public static final String |
TABLE_SQL_CREATE |
"create table WorkflowInstanceLink (mvccVersion LONG default 0 not null,workflowInstanceLinkId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,workflowInstanceId LONG)" |
public static final String |
TABLE_SQL_DROP |
"drop table WorkflowInstanceLink" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CAPTCHA |
"captcha" |
public static final String |
CONTENT_TYPES |
"content-types" |
public static final String |
PORTAL |
"portal" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALWAYS |
-1 |
public static final int |
NEVER |
0 |
public static final int |
ONCE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PATH_PORTLET_FILE_ENTRY |
"portlet_file_entry" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final long |
DELIVERYID_COLUMN_BITMASK |
8L |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY announcementsDelivery.deliveryId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY AnnouncementsDelivery.deliveryId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"AnnouncementsDelivery" |
public static final String |
TABLE_SQL_CREATE |
"create table AnnouncementsDelivery (mvccVersion LONG default 0 not null,deliveryId LONG not null primary key,companyId LONG,userId LONG,type_ VARCHAR(75) null,email BOOLEAN,sms BOOLEAN,website BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table AnnouncementsDelivery" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
2L |
public static final long |
USERID_COLUMN_BITMASK |
4L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ALERT_COLUMN_BITMASK |
1L |
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
2L |
public static final long |
CLASSPK_COLUMN_BITMASK |
4L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
8L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
MODIFIEDDATE_COLUMN_BITMASK |
128L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY announcementsEntry.priority ASC, announcementsEntry.modifiedDate ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY AnnouncementsEntry.priority ASC, AnnouncementsEntry.modifiedDate ASC" |
public static final long |
PRIORITY_COLUMN_BITMASK |
64L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"AnnouncementsEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table AnnouncementsEntry (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,entryId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,title VARCHAR(75) null,content TEXT null,url STRING null,type_ VARCHAR(75) null,displayDate DATE null,expirationDate DATE null,priority INTEGER,alert BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table AnnouncementsEntry" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16L |
public static final long |
UUID_COLUMN_BITMASK |
32L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
16L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
ENTRYID_COLUMN_BITMASK |
2L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY announcementsFlag.userId ASC, announcementsFlag.createDate ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY AnnouncementsFlag.userId ASC, AnnouncementsFlag.createDate ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"AnnouncementsFlag" |
public static final String |
TABLE_SQL_CREATE |
"create table AnnouncementsFlag (mvccVersion LONG default 0 not null,flagId LONG not null primary key,companyId LONG,userId LONG,createDate DATE null,entryId LONG,value INTEGER)" |
public static final String |
TABLE_SQL_DROP |
"drop table AnnouncementsFlag" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
4L |
public static final long |
VALUE_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
EXTERNALREFERENCECODE_COLUMN_BITMASK |
2L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
4L |
public static final long |
NAME_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY assetCategory.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY AssetCategory.name ASC" |
public static final long |
PARENTCATEGORYID_COLUMN_BITMASK |
16L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"AssetCategory" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetCategory (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,categoryId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentCategoryId LONG,treePath STRING null,name VARCHAR(255) null,title TEXT null,description TEXT null,vocabularyId LONG,lastPublishDate DATE null,primary key (categoryId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetCategory" |
public static final long |
TREEPATH_COLUMN_BITMASK |
32L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
64L |
public static final long |
VOCABULARYID_COLUMN_BITMASK |
128L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final long |
CLASSUUID_COLUMN_BITMASK |
4L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
8L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
ENTRYID_COLUMN_BITMASK |
512L |
public static final long |
EXPIRATIONDATE_COLUMN_BITMASK |
16L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
32L |
public static final long |
LAYOUTUUID_COLUMN_BITMASK |
64L |
public static final String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME |
"AssetEntries_AssetTags" |
public static final String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE |
"create table AssetEntries_AssetTags (companyId LONG not null,entryId LONG not null,tagId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (entryId, tagId, ctCollectionId))" |
public static final String |
ORDER_BY_JPQL |
" ORDER BY assetEntry.entryId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY AssetEntry.entryId ASC" |
public static final long |
PUBLISHDATE_COLUMN_BITMASK |
128L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"AssetEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetEntry (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,entryId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,classUuid VARCHAR(75) null,classTypeId LONG,listable BOOLEAN,visible BOOLEAN,startDate DATE null,endDate DATE null,publishDate DATE null,expirationDate DATE null,mimeType VARCHAR(75) null,title TEXT null,description TEXT null,summary TEXT null,url STRING null,layoutUuid VARCHAR(75) null,height INTEGER,width INTEGER,priority DOUBLE,primary key (entryId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetEntry" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
VISIBLE_COLUMN_BITMASK |
256L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
ENTRYID1_COLUMN_BITMASK |
1L |
public static final long |
ENTRYID2_COLUMN_BITMASK |
2L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY assetLink.weight ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY AssetLink.weight ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"AssetLink" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetLink (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,linkId LONG not null,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,entryId1 LONG,entryId2 LONG,type_ INTEGER,weight INTEGER,primary key (linkId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetLink" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
4L |
public static final long |
WEIGHT_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
2L |
public static final String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME |
"AssetEntries_AssetTags" |
public static final String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE |
"create table AssetEntries_AssetTags (companyId LONG not null,entryId LONG not null,tagId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (entryId, tagId, ctCollectionId))" |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY assetTag.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY AssetTag.name ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"AssetTag" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetTag (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,tagId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(75) null,assetCount INTEGER,lastPublishDate DATE null,primary key (tagId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetTag" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
EXTERNALREFERENCECODE_COLUMN_BITMASK |
2L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
4L |
public static final long |
NAME_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY assetVocabulary.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY AssetVocabulary.name ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"AssetVocabulary" |
public static final String |
TABLE_SQL_CREATE |
"create table AssetVocabulary (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,vocabularyId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(75) null,title STRING null,description STRING null,settings_ STRING null,visibilityType INTEGER,lastPublishDate DATE null,primary key (vocabularyId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table AssetVocabulary" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
16L |
public static final long |
VISIBILITYTYPE_COLUMN_BITMASK |
32L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
RESOURCE_NAME |
"com.liferay.asset.categories" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
RESOURCE_NAME |
"com.liferay.asset.tags" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ORDER_BY_ASC |
"AssetCategory.createDate ASC" |
public static final String |
ORDER_BY_DESC |
"AssetCategory.createDate DESC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ORDER_BY_ASC |
"AssetTag.assetCount ASC, AssetTag.name ASC" |
public static final String |
ORDER_BY_DESC |
"AssetTag.assetCount DESC, AssetTag.name ASC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ORDER_BY_ASC |
"AssetTag.name ASC" |
public static final String |
ORDER_BY_DESC |
"AssetTag.name DESC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ORDER_BY_ASC |
"AssetVocabulary.createDate ASC" |
public static final String |
ORDER_BY_DESC |
"AssetVocabulary.createDate DESC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
RESOURCE_NAME |
"com.liferay.document.library" |
public static final String |
SERVICE_NAME |
"com.liferay.document.library" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
2L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final long |
DDMSTRUCTUREID_COLUMN_BITMASK |
1L |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
FILEENTRYID_COLUMN_BITMASK |
4L |
public static final long |
FILEENTRYMETADATAID_COLUMN_BITMASK |
32L |
public static final long |
FILEVERSIONID_COLUMN_BITMASK |
8L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY dlFileEntryMetadata.fileEntryMetadataId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY DLFileEntryMetadata.fileEntryMetadataId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"DLFileEntryMetadata" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFileEntryMetadata (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,fileEntryMetadataId LONG not null,companyId LONG,DDMStorageId LONG,DDMStructureId LONG,fileEntryId LONG,fileVersionId LONG,primary key (fileEntryMetadataId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFileEntryMetadata" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final long |
CUSTOM1IMAGEID_COLUMN_BITMASK |
2L |
public static final long |
CUSTOM2IMAGEID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
EXTERNALREFERENCECODE_COLUMN_BITMASK |
8L |
public static final long |
FILEENTRYTYPEID_COLUMN_BITMASK |
16L |
public static final long |
FILENAME_COLUMN_BITMASK |
32L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
FOLDERID_COLUMN_BITMASK |
64L |
public static final long |
GROUPID_COLUMN_BITMASK |
128L |
public static final long |
LARGEIMAGEID_COLUMN_BITMASK |
256L |
public static final long |
MIMETYPE_COLUMN_BITMASK |
512L |
public static final long |
NAME_COLUMN_BITMASK |
1024L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY dlFileEntry.folderId ASC, dlFileEntry.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY DLFileEntry.folderId ASC, DLFileEntry.name ASC" |
public static final long |
REPOSITORYID_COLUMN_BITMASK |
2048L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
SMALLIMAGEID_COLUMN_BITMASK |
4096L |
public static final String |
TABLE_NAME |
"DLFileEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFileEntry (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,fileEntryId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,repositoryId LONG,folderId LONG,treePath STRING null,name VARCHAR(255) null,fileName VARCHAR(255) null,extension VARCHAR(75) null,mimeType VARCHAR(75) null,title VARCHAR(255) null,description STRING null,extraSettings TEXT null,fileEntryTypeId LONG,version VARCHAR(75) null,size_ LONG,smallImageId LONG,largeImageId LONG,custom1ImageId LONG,custom2ImageId LONG,manualCheckInRequired BOOLEAN,expirationDate DATE null,reviewDate DATE null,lastPublishDate DATE null,primary key (fileEntryId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFileEntry" |
public static final long |
TITLE_COLUMN_BITMASK |
8192L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16384L |
public static final long |
UUID_COLUMN_BITMASK |
32768L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final long |
DATADEFINITIONID_COLUMN_BITMASK |
2L |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
FILEENTRYTYPEID_COLUMN_BITMASK |
32L |
public static final long |
FILEENTRYTYPEKEY_COLUMN_BITMASK |
4L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DLFOLDERS |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
8L |
public static final String |
MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_NAME |
"DLFileEntryTypes_DLFolders" |
public static final String |
MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_SQL_CREATE |
"create table DLFileEntryTypes_DLFolders (companyId LONG not null,fileEntryTypeId LONG not null,folderId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (fileEntryTypeId, folderId, ctCollectionId))" |
public static final String |
ORDER_BY_JPQL |
" ORDER BY dlFileEntryType.fileEntryTypeId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY DLFileEntryType.fileEntryTypeId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"DLFileEntryType" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFileEntryType (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,fileEntryTypeId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,dataDefinitionId LONG,fileEntryTypeKey VARCHAR(75) null,name STRING null,description STRING null,scope INTEGER,lastPublishDate DATE null,primary key (fileEntryTypeId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFileEntryType" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVE_COLUMN_BITMASK |
1L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
2L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
FILESHORTCUTID_COLUMN_BITMASK |
128L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
FOLDERID_COLUMN_BITMASK |
4L |
public static final long |
GROUPID_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY dlFileShortcut.fileShortcutId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY DLFileShortcut.fileShortcutId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STATUS_COLUMN_BITMASK |
16L |
public static final String |
TABLE_NAME |
"DLFileShortcut" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFileShortcut (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,fileShortcutId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,folderId LONG,toFileEntryId LONG,treePath STRING null,active_ BOOLEAN,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,primary key (fileShortcutId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFileShortcut" |
public static final long |
TOFILEENTRYID_COLUMN_BITMASK |
32L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
64L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
512L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
FILEENTRYID_COLUMN_BITMASK |
2L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
FOLDERID_COLUMN_BITMASK |
4L |
public static final long |
GROUPID_COLUMN_BITMASK |
8L |
public static final long |
MIMETYPE_COLUMN_BITMASK |
16L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY dlFileVersion.fileEntryId DESC, dlFileVersion.createDate DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY DLFileVersion.fileEntryId DESC, DLFileVersion.createDate DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STATUS_COLUMN_BITMASK |
32L |
public static final String |
TABLE_NAME |
"DLFileVersion" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFileVersion (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,fileVersionId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,folderId LONG,fileEntryId LONG,treePath STRING null,fileName VARCHAR(255) null,extension VARCHAR(75) null,mimeType VARCHAR(75) null,title VARCHAR(255) null,description STRING null,changeLog VARCHAR(75) null,extraSettings TEXT null,fileEntryTypeId LONG,version VARCHAR(75) null,size_ LONG,checksum VARCHAR(75) null,expirationDate DATE null,reviewDate DATE null,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,primary key (fileVersionId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFileVersion" |
public static final long |
TITLE_COLUMN_BITMASK |
64L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
128L |
public static final long |
VERSION_COLUMN_BITMASK |
256L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DLFOLDERS |
true |
public static final long |
FOLDERID_COLUMN_BITMASK |
2L |
public static final long |
GROUPID_COLUMN_BITMASK |
4L |
public static final long |
HIDDEN_COLUMN_BITMASK |
8L |
public static final String |
MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_NAME |
"DLFileEntryTypes_DLFolders" |
public static final String |
MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_SQL_CREATE |
"create table DLFileEntryTypes_DLFolders (companyId LONG not null,fileEntryTypeId LONG not null,folderId LONG not null,ctCollectionId LONG default 0 not null,ctChangeType BOOLEAN,primary key (fileEntryTypeId, folderId, ctCollectionId))" |
public static final long |
MOUNTPOINT_COLUMN_BITMASK |
16L |
public static final long |
NAME_COLUMN_BITMASK |
32L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY dlFolder.parentFolderId ASC, dlFolder.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY DLFolder.parentFolderId ASC, DLFolder.name ASC" |
public static final long |
PARENTFOLDERID_COLUMN_BITMASK |
64L |
public static final long |
REPOSITORYID_COLUMN_BITMASK |
128L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STATUS_COLUMN_BITMASK |
256L |
public static final String |
TABLE_NAME |
"DLFolder" |
public static final String |
TABLE_SQL_CREATE |
"create table DLFolder (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,folderId LONG not null,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,mountPoint BOOLEAN,parentFolderId LONG,treePath STRING null,name VARCHAR(255) null,description STRING null,lastPostDate DATE null,defaultFileEntryTypeId LONG,hidden_ BOOLEAN,restrictionType INTEGER,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,primary key (folderId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table DLFolder" |
public static final long |
TREEPATH_COLUMN_BITMASK |
512L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
UUID_COLUMN_BITMASK |
1024L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ADD_FILE_ENTRY |
1 |
public static final int |
UPDATE_FILE_ENTRY |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CMOV |
"cmov" |
public static final String |
CO64 |
"co64" |
public static final String |
FREE |
"free" |
public static final String |
FTYP |
"ftyp" |
public static final String |
JUNK |
"junk" |
public static final String |
MDAT |
"mdat" |
public static final String |
MOOV |
"moov" |
public static final String |
PICT |
"PICT" |
public static final String |
PNOT |
"pnot" |
public static final String |
SKIP |
"skip" |
public static final String |
STCO |
"stco" |
public static final String |
WIDE |
"wide" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NAME_COLUMN_BITMASK |
1L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY expandoColumn.name ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ExpandoColumn.name ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"ExpandoColumn" |
public static final String |
TABLE_SQL_CREATE |
"create table ExpandoColumn (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,columnId LONG not null,companyId LONG,modifiedDate DATE null,tableId LONG,name VARCHAR(75) null,type_ INTEGER,defaultData TEXT null,typeSettings TEXT null,primary key (columnId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table ExpandoColumn" |
public static final long |
TABLEID_COLUMN_BITMASK |
2L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSPK_COLUMN_BITMASK |
1L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY expandoRow.rowId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ExpandoRow.rowId_ ASC" |
public static final long |
ROWID_COLUMN_BITMASK |
4L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"ExpandoRow" |
public static final String |
TABLE_SQL_CREATE |
"create table ExpandoRow (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,rowId_ LONG not null,companyId LONG,modifiedDate DATE null,tableId LONG,classPK LONG,primary key (rowId_, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table ExpandoRow" |
public static final long |
TABLEID_COLUMN_BITMASK |
2L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
2L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY expandoTable.tableId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ExpandoTable.tableId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"ExpandoTable" |
public static final String |
TABLE_SQL_CREATE |
"create table ExpandoTable (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,tableId LONG not null,companyId LONG,classNameId LONG,name VARCHAR(75) null,primary key (tableId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table ExpandoTable" |
public static final long |
TABLEID_COLUMN_BITMASK |
8L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COLUMNID_COLUMN_BITMASK |
4L |
public static final long |
DATA_COLUMN_BITMASK |
8L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY expandoValue.tableId ASC, expandoValue.rowId ASC, expandoValue.columnId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ExpandoValue.tableId ASC, ExpandoValue.rowId_ ASC, ExpandoValue.columnId ASC" |
public static final long |
ROWID_COLUMN_BITMASK |
16L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"ExpandoValue" |
public static final String |
TABLE_SQL_CREATE |
"create table ExpandoValue (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,valueId LONG not null,companyId LONG,tableId LONG,columnId LONG,rowId_ LONG,classNameId LONG,classPK LONG,data_ TEXT null,primary key (valueId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table ExpandoValue" |
public static final long |
TABLEID_COLUMN_BITMASK |
32L |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
16L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
2L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY exportImportConfiguration.createDate ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY ExportImportConfiguration.createDate ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STATUS_COLUMN_BITMASK |
4L |
public static final String |
TABLE_NAME |
"ExportImportConfiguration" |
public static final String |
TABLE_SQL_CREATE |
"create table ExportImportConfiguration (mvccVersion LONG default 0 not null,exportImportConfigurationId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(200) null,description STRING null,type_ INTEGER,settings_ TEXT null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)" |
public static final String |
TABLE_SQL_DROP |
"drop table ExportImportConfiguration" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NULL_PARAM_VALUE |
"_!null!_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ACTION |
"_ACTION_" |
public static final String |
PRESELECTED |
"_PRESELECTED_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
IGNORE_PREFIX |
"lfr-prp-ignore-" |
public static final String |
MAPPING_PREFIX |
"lfr-prp-mapping-" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final long |
ENTRYID_COLUMN_BITMASK |
64L |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY ratingsEntry.entryId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY RatingsEntry.entryId ASC" |
public static final long |
SCORE_COLUMN_BITMASK |
8L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"RatingsEntry" |
public static final String |
TABLE_SQL_CREATE |
"create table RatingsEntry (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,entryId LONG not null,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,score DOUBLE,primary key (entryId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table RatingsEntry" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
16L |
public static final long |
UUID_COLUMN_BITMASK |
32L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY ratingsStats.statsId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY RatingsStats.statsId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STATSID_COLUMN_BITMASK |
4L |
public static final String |
TABLE_NAME |
"RatingsStats" |
public static final String |
TABLE_SQL_CREATE |
"create table RatingsStats (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,statsId LONG not null,companyId LONG,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,totalEntries INTEGER,totalScore DOUBLE,averageScore DOUBLE,primary key (statsId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table RatingsStats" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DESCRIPTION |
"description" |
public static final String |
NAME |
"name" |
public static final String |
TYPE |
"type" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_RESULTS_MESSAGE |
"no-roles-were-found" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVITYACHIEVEMENTID_COLUMN_BITMASK |
16L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
FIRSTINGROUP_COLUMN_BITMASK |
1L |
public static final long |
GROUPID_COLUMN_BITMASK |
2L |
public static final long |
NAME_COLUMN_BITMASK |
4L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY socialActivityAchievement.activityAchievementId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY SocialActivityAchievement.activityAchievementId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"SocialActivityAchievement" |
public static final String |
TABLE_SQL_CREATE |
"create table SocialActivityAchievement (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,activityAchievementId LONG not null,groupId LONG,companyId LONG,userId LONG,createDate LONG,name VARCHAR(75) null,firstInGroup BOOLEAN,primary key (activityAchievementId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table SocialActivityAchievement" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
8L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVITYCOUNTERID_COLUMN_BITMASK |
128L |
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final long |
ENDPERIOD_COLUMN_BITMASK |
4L |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
8L |
public static final long |
NAME_COLUMN_BITMASK |
16L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY socialActivityCounter.activityCounterId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY SocialActivityCounter.activityCounterId ASC" |
public static final long |
OWNERTYPE_COLUMN_BITMASK |
32L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STARTPERIOD_COLUMN_BITMASK |
64L |
public static final String |
TABLE_NAME |
"SocialActivityCounter" |
public static final String |
TABLE_SQL_CREATE |
"create table SocialActivityCounter (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,activityCounterId LONG not null,groupId LONG,companyId LONG,classNameId LONG,classPK LONG,name VARCHAR(75) null,ownerType INTEGER,currentValue INTEGER,totalValue INTEGER,graceValue INTEGER,startPeriod INTEGER,endPeriod INTEGER,active_ BOOLEAN,primary key (activityCounterId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table SocialActivityCounter" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVITYCOUNTERNAME_COLUMN_BITMASK |
1L |
public static final long |
ACTIVITYLIMITID_COLUMN_BITMASK |
64L |
public static final long |
ACTIVITYTYPE_COLUMN_BITMASK |
2L |
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
4L |
public static final long |
CLASSPK_COLUMN_BITMASK |
8L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
16L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY socialActivityLimit.activityLimitId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY SocialActivityLimit.activityLimitId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"SocialActivityLimit" |
public static final String |
TABLE_SQL_CREATE |
"create table SocialActivityLimit (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,activityLimitId LONG not null,groupId LONG,companyId LONG,userId LONG,classNameId LONG,classPK LONG,activityType INTEGER,activityCounterName VARCHAR(75) null,value VARCHAR(75) null,primary key (activityLimitId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table SocialActivityLimit" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
USERID_COLUMN_BITMASK |
32L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVITYSETID_COLUMN_BITMASK |
1L |
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
2L |
public static final long |
CLASSPK_COLUMN_BITMASK |
4L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
8L |
public static final long |
CREATEDATE_COLUMN_BITMASK |
16L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
32L |
public static final long |
MIRRORACTIVITYID_COLUMN_BITMASK |
64L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY socialActivity.createDate DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY SocialActivity.createDate DESC" |
public static final long |
RECEIVERUSERID_COLUMN_BITMASK |
128L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"SocialActivity" |
public static final String |
TABLE_SQL_CREATE |
"create table SocialActivity (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,activityId LONG not null,groupId LONG,companyId LONG,userId LONG,createDate LONG,activitySetId LONG,mirrorActivityId LONG,classNameId LONG,classPK LONG,parentClassNameId LONG,parentClassPK LONG,type_ INTEGER,extraData STRING null,receiverUserId LONG,primary key (activityId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table SocialActivity" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
256L |
public static final long |
USERID_COLUMN_BITMASK |
512L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
4L |
public static final long |
MODIFIEDDATE_COLUMN_BITMASK |
32L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY socialActivitySet.modifiedDate DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY SocialActivitySet.modifiedDate DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"SocialActivitySet" |
public static final String |
TABLE_SQL_CREATE |
"create table SocialActivitySet (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,activitySetId LONG not null,groupId LONG,companyId LONG,userId LONG,createDate LONG,modifiedDate LONG,classNameId LONG,classPK LONG,type_ INTEGER,extraData STRING null,activityCount INTEGER,primary key (activitySetId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table SocialActivitySet" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
8L |
public static final long |
USERID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ACTIVITYSETTINGID_COLUMN_BITMASK |
16L |
public static final long |
ACTIVITYTYPE_COLUMN_BITMASK |
1L |
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
4L |
public static final long |
NAME_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY socialActivitySetting.activitySettingId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY SocialActivitySetting.activitySettingId ASC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"SocialActivitySetting" |
public static final String |
TABLE_SQL_CREATE |
"create table SocialActivitySetting (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,activitySettingId LONG not null,groupId LONG,companyId LONG,classNameId LONG,activityType INTEGER,name VARCHAR(75) null,value VARCHAR(1024) null,primary key (activitySettingId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table SocialActivitySetting" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
1L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final String |
ORDER_BY_JPQL |
" ORDER BY socialRelation.relationId ASC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY SocialRelation.relationId ASC" |
public static final long |
RELATIONID_COLUMN_BITMASK |
32L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"SocialRelation" |
public static final String |
TABLE_SQL_CREATE |
"create table SocialRelation (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,relationId LONG not null,companyId LONG,createDate LONG,userId1 LONG,userId2 LONG,type_ INTEGER,primary key (relationId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table SocialRelation" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
2L |
public static final long |
USERID1_COLUMN_BITMASK |
4L |
public static final long |
USERID2_COLUMN_BITMASK |
8L |
public static final long |
UUID_COLUMN_BITMASK |
16L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CLASSNAMEID_COLUMN_BITMASK |
1L |
public static final long |
CLASSPK_COLUMN_BITMASK |
2L |
public static final boolean |
COLUMN_BITMASK_ENABLED |
true |
public static final long |
COMPANYID_COLUMN_BITMASK |
4L |
public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final boolean |
ENTITY_CACHE_ENABLED |
true |
public static final boolean |
FINDER_CACHE_ENABLED |
true |
public static final long |
GROUPID_COLUMN_BITMASK |
8L |
public static final String |
ORDER_BY_JPQL |
" ORDER BY socialRequest.requestId DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY SocialRequest.requestId DESC" |
public static final long |
RECEIVERUSERID_COLUMN_BITMASK |
16L |
public static final long |
REQUESTID_COLUMN_BITMASK |
512L |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final long |
STATUS_COLUMN_BITMASK |
32L |
public static final String |
TABLE_NAME |
"SocialRequest" |
public static final String |
TABLE_SQL_CREATE |
"create table SocialRequest (mvccVersion LONG default 0 not null,ctCollectionId LONG default 0 not null,uuid_ VARCHAR(75) null,requestId LONG not null,groupId LONG,companyId LONG,userId LONG,createDate LONG,modifiedDate LONG,classNameId LONG,classPK LONG,type_ INTEGER,extraData STRING null,receiverUserId LONG,status INTEGER,primary key (requestId, ctCollectionId))" |
public static final String |
TABLE_SQL_DROP |
"drop table SocialRequest" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |
public static final long |
TYPE_COLUMN_BITMASK |
64L |
public static final long |
USERID_COLUMN_BITMASK |
128L |
public static final long |
UUID_COLUMN_BITMASK |
256L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DESCRIPTION |
"description" |
public static final String |
NAME |
"name" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_RESULTS_MESSAGE |
"no-user-groups-were-found" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DESCRIPTION |
"description" |
public static final String |
NAME |
"name" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_RESULTS_MESSAGE |
"no-sites-were-found" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CITY |
"city" |
public static final String |
COUNTRY_ID |
"countryId" |
public static final String |
NAME |
"name" |
public static final String |
PARENT_ORGANIZATION_ID |
"parentOrganizationId" |
public static final String |
REGION_ID |
"regionId" |
public static final String |
STREET |
"street" |
public static final String |
TYPE |
"type" |
public static final String |
ZIP |
"zip" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_RESULTS_MESSAGE |
"no-organizations-were-found" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMAIL_ADDRESS |
"emailAddress" |
public static final String |
FIRST_NAME |
"firstName" |
public static final String |
LAST_NAME |
"lastName" |
public static final String |
MIDDLE_NAME |
"middleName" |
public static final String |
ORGANIZATION_ID |
"organizationId" |
public static final String |
ROLE_ID |
"roleId" |
public static final String |
SCREEN_NAME |
"screenName" |
public static final String |
STATUS |
"status" |
public static final String |
USER_GROUP_ID |
"userGroupId" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_RESULTS_MESSAGE |
"no-users-were-found" |