com.liferay.portal.service
Interface ClassNameLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface ClassNameLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portal.service.impl.ClassNameLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
ClassNameLocalServiceUtil

Method Summary
 ClassName addClassName(ClassName className)
           
 void checkClassNames()
           
 ClassName createClassName(long classNameId)
           
 void deleteClassName(ClassName className)
           
 void deleteClassName(long classNameId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 ClassName getClassName(long classNameId)
           
 ClassName getClassName(java.lang.String value)
           
 java.util.List<ClassName> getClassNames(int start, int end)
           
 int getClassNamesCount()
           
 ClassName updateClassName(ClassName className)
           
 

Method Detail

addClassName

ClassName addClassName(ClassName className)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createClassName

ClassName createClassName(long classNameId)

deleteClassName

void deleteClassName(long classNameId)
                     throws com.liferay.portal.SystemException,
                            com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteClassName

void deleteClassName(ClassName className)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getClassName

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ClassName getClassName(long classNameId)
                       throws com.liferay.portal.SystemException,
                              com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getClassNames

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ClassName> getClassNames(int start,
                                                      int end)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getClassNamesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getClassNamesCount()
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateClassName

ClassName updateClassName(ClassName className)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

checkClassNames

void checkClassNames()
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getClassName

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ClassName getClassName(java.lang.String value)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException