|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutFinder | |
|---|---|
| com.liferay.portal.service.base | This package defines the portal service local and remote base classes. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| com.liferay.portlet.documentlibrary.service.base | |
| com.liferay.portlet.exportimport.service.base | |
| com.liferay.portlet.social.service.base | |
| Uses of LayoutFinder in com.liferay.portal.service.base |
|---|
| Fields in com.liferay.portal.service.base declared as LayoutFinder | |
|---|---|
protected LayoutFinder |
GroupServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutSetBranchLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
UserServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
UserGroupServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutRevisionServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutSetPrototypeServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
UserGroupLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutPrototypeServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
UserLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
RoleLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutRevisionLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
GroupLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutSetBranchServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutSetPrototypeLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutSetServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
RoleServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutPrototypeLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
LayoutSetLocalServiceBaseImpl.layoutFinder
|
| Methods in com.liferay.portal.service.base that return LayoutFinder | |
|---|---|
LayoutFinder |
GroupServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutSetBranchLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
UserServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
UserGroupServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutRevisionServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutSetPrototypeServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
UserGroupLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutPrototypeServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
UserLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
RoleLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutRevisionLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
GroupLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutSetBranchServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutSetPrototypeLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutSetServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
RoleServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutPrototypeLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
LayoutSetLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
| Methods in com.liferay.portal.service.base with parameters of type LayoutFinder | |
|---|---|
void |
GroupServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutSetBranchLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
UserServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
UserGroupServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutRevisionServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutSetPrototypeServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
UserGroupLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutPrototypeServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
UserLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
RoleLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutRevisionLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
GroupLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutSetBranchServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutSetPrototypeLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutSetServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
RoleServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutPrototypeLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
LayoutSetLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
| Uses of LayoutFinder in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return LayoutFinder | |
|---|---|
static LayoutFinder |
LayoutFinderUtil.getFinder()
|
| Methods in com.liferay.portal.service.persistence with parameters of type LayoutFinder | |
|---|---|
void |
LayoutFinderUtil.setFinder(LayoutFinder finder)
|
| Uses of LayoutFinder in com.liferay.portal.service.persistence.impl |
|---|
| Classes in com.liferay.portal.service.persistence.impl that implement LayoutFinder | |
|---|---|
class |
LayoutFinderImpl
|
| Uses of LayoutFinder in com.liferay.portlet.documentlibrary.service.base |
|---|
| Fields in com.liferay.portlet.documentlibrary.service.base declared as LayoutFinder | |
|---|---|
protected LayoutFinder |
DLFileRankLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
DLAppHelperLocalServiceBaseImpl.layoutFinder
|
| Methods in com.liferay.portlet.documentlibrary.service.base that return LayoutFinder | |
|---|---|
LayoutFinder |
DLFileRankLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
DLAppHelperLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
| Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type LayoutFinder | |
|---|---|
void |
DLFileRankLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
DLAppHelperLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
| Uses of LayoutFinder in com.liferay.portlet.exportimport.service.base |
|---|
| Fields in com.liferay.portlet.exportimport.service.base declared as LayoutFinder | |
|---|---|
protected LayoutFinder |
ExportImportServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
StagingServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
StagingLocalServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
ExportImportLocalServiceBaseImpl.layoutFinder
|
| Methods in com.liferay.portlet.exportimport.service.base that return LayoutFinder | |
|---|---|
LayoutFinder |
ExportImportServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
StagingServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
StagingLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
ExportImportLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
| Methods in com.liferay.portlet.exportimport.service.base with parameters of type LayoutFinder | |
|---|---|
void |
ExportImportServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
StagingServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
StagingLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
ExportImportLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
| Uses of LayoutFinder in com.liferay.portlet.social.service.base |
|---|
| Fields in com.liferay.portlet.social.service.base declared as LayoutFinder | |
|---|---|
protected LayoutFinder |
SocialActivityServiceBaseImpl.layoutFinder
|
protected LayoutFinder |
SocialActivityLocalServiceBaseImpl.layoutFinder
|
| Methods in com.liferay.portlet.social.service.base that return LayoutFinder | |
|---|---|
LayoutFinder |
SocialActivityServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
LayoutFinder |
SocialActivityLocalServiceBaseImpl.getLayoutFinder()
Returns the layout finder. |
| Methods in com.liferay.portlet.social.service.base with parameters of type LayoutFinder | |
|---|---|
void |
SocialActivityServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
SocialActivityLocalServiceBaseImpl.setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||