com.liferay.portal.service.base
Class OrganizationLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.OrganizationLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.service.OrganizationLocalService
Direct Known Subclasses:
OrganizationLocalServiceImpl

public abstract class OrganizationLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.OrganizationLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
OrganizationLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.model.Organization addOrganization(com.liferay.portal.model.Organization model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portal.model.Organization updateOrganization(com.liferay.portal.model.Organization model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.OrganizationLocalService
addGroupOrganizations, addOrganization, addOrganizationResources, addPasswordPolicyOrganizations, deleteOrganization, deleteOrganization, getAncestorOrganizations, getGroupOrganizations, getOrganization, getOrganizationId, getRecursableAncestorOrganizations, getUserOrganizations, hasGroupOrganization, hasPasswordPolicyOrganization, hasUserOrganization, isAncestor, search, search, search, search, searchCount, searchCount, setGroupOrganizations, unsetGroupOrganizations, unsetPasswordPolicyOrganizations, updateOrganization, updateOrganization
 

Constructor Detail

OrganizationLocalServiceBaseImpl

public OrganizationLocalServiceBaseImpl()
Method Detail

addOrganization

public com.liferay.portal.model.Organization addOrganization(com.liferay.portal.model.Organization model)
                                                      throws com.liferay.portal.SystemException
Specified by:
addOrganization in interface com.liferay.portal.service.OrganizationLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.OrganizationLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.OrganizationLocalService
Throws:
com.liferay.portal.SystemException

updateOrganization

public com.liferay.portal.model.Organization updateOrganization(com.liferay.portal.model.Organization model)
                                                         throws com.liferay.portal.SystemException
Specified by:
updateOrganization in interface com.liferay.portal.service.OrganizationLocalService
Throws:
com.liferay.portal.SystemException