Liferay 6.2.0

Uses of Class
com.liferay.portal.kernel.spring.aop.Skip

Packages that use Skip
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of Skip in com.liferay.portal.service
 

Methods in com.liferay.portal.service with annotations of type Skip
abstract  void PortletLocalService.addPortletCategory(long companyId, String categoryName)
           
abstract  void PortletLocalService.clearCache()
           
abstract  Portlet PortletLocalService.clonePortlet(long companyId, String portletId)
          Deprecated. As of 6.1.0, replaced by PortletLocalService.clonePortlet(String)
abstract  Portlet PortletLocalService.clonePortlet(String portletId)
           
abstract  void PortletLocalService.destroyPortlet(Portlet portlet)
           
abstract  void PortletLocalService.destroyRemotePortlet(Portlet portlet)
           
abstract  ClassName ClassNameLocalService.fetchClassName(String value)
           
abstract  long ClassNameLocalService.fetchClassNameId(Class<?> clazz)
           
abstract  long ClassNameLocalService.fetchClassNameId(String value)
           
abstract  Group GroupLocalService.fetchGroup(long companyId, String name)
          Returns the group with the matching group name by first searching the system groups and then using the finder cache.
abstract  ResourceAction ResourceActionLocalService.fetchResourceAction(String name, String actionId)
           
abstract  Role RoleLocalService.fetchRole(long companyId, String name)
          Returns the role with the name in the company.
abstract  ClassName ClassNameLocalService.getClassName(String value)
           
abstract  long ClassNameLocalService.getClassNameId(Class<?> clazz)
           
abstract  long ClassNameLocalService.getClassNameId(String value)
           
abstract  List<CustomAttributesDisplay> PortletLocalService.getCustomAttributesDisplays()
           
abstract  PortletPreferences PortletPreferencesLocalService.getDefaultPreferences(long companyId, String portletId)
           
abstract  User UserLocalService.getDefaultUser(long companyId)
          Returns the default user for the company.
abstract  long UserLocalService.getDefaultUserId(long companyId)
          Returns the primary key of the default user for the company.
abstract  PortletCategory PortletLocalService.getEARDisplay(String xml)
           
abstract  List<Portlet> PortletLocalService.getFriendlyURLMapperPortlets()
           
abstract  List<FriendlyURLMapper> PortletLocalService.getFriendlyURLMappers()
           
abstract  Group GroupLocalService.getGroup(long companyId, String name)
          Returns the group with the matching group name.
abstract  PortletApp PortletLocalService.getPortletApp(String servletContextName)
           
abstract  Portlet PortletLocalService.getPortletById(long companyId, String portletId)
           
abstract  Portlet PortletLocalService.getPortletById(String portletId)
           
abstract  Portlet PortletLocalService.getPortletByStrutsPath(long companyId, String strutsPath)
           
abstract  List<Portlet> PortletLocalService.getPortlets()
           
abstract  List<Portlet> PortletLocalService.getPortlets(long companyId)
           
abstract  List<Portlet> PortletLocalService.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
abstract  ResourceAction ResourceActionLocalService.getResourceAction(String name, String actionId)
           
abstract  Role RoleLocalService.getRole(long companyId, String name)
          Returns the role with the name in the company.
abstract  List<Portlet> PortletLocalService.getScopablePortlets()
           
abstract  PortletCategory PortletLocalService.getWARDisplay(String servletContextName, String xml)
           
abstract  boolean PortletLocalService.hasPortlet(long companyId, String portletId)
           
abstract  boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className)
           
abstract  boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK)
           
abstract  boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
           
abstract  void PortletLocalService.initEAR(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
abstract  List<Portlet> PortletLocalService.initWAR(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 


Liferay 6.2.0