Files
Babydatenbank/web/xava/style/liferay51/js/theme_display.js
Socrates 9ed0f2a056 test
2020-05-26 10:29:34 +02:00

72 lines
1.0 KiB
JavaScript

var themeDisplay = {
getCompanyId: function() {
return "1";
},
getDoAsUserIdEncoded: function() {
return "";
},
getPlid: function() {
return "1";
},
getGroupId: function() {
return "1";
},
getUserId: function() {
return "1";
},
getUserName: function() {
return "";
},
getLayoutId: function() {
return "1";
},
getLayoutURL: function() {
return "";
},
isPrivateLayout: function() {
return "false";
},
getParentLayoutId: function() {
return "1";
},
getLanguageId: function() {
return "en_US";
},
isFreeformLayout: function() {
return false;
},
isSignedIn: function() {
return false;
},
isStateExclusive: function() {
return false;
},
isStateMaximized: function() {
return true;
},
isStatePopUp: function() {
return false;
},
getPathContext: function() {
return "";
},
getPathImage: function() {
return "/image";
},
getPathMain: function() {
return "/";
},
getPathThemeImages: function() {
return "";
},
getPathThemeRoot: function() {
return "";
},
getURLHome: function() {
return "";
},
getSessionId: function() {
return "A1";
}
};