public class AbstractLangridService extends Object
Constructor and Description |
---|
AbstractLangridService() |
AbstractLangridService(ServiceContext serviceContext) |
public AbstractLangridService()
public AbstractLangridService(ServiceContext serviceContext)
protected String getGridId()
protected String getDefaultGridId()
protected DaoContext getDaoContext() throws DaoException
DaoException
protected ServiceContext getServiceContext()
protected SystemPropertyDao getSystemPropertyDao() throws DaoException
DaoException
protected GridDao getGridDao() throws DaoException
DaoException
protected FederationDao getFederationDao() throws DaoException
DaoException
protected UserDao getUserDao() throws DaoException
DaoException
protected TemporaryUserDao getTemporaryUserDao() throws DaoException
DaoException
protected ServiceDao getServiceDao() throws DaoException
DaoException
protected ServiceDeploymentDao getServiceDeploymentDao() throws DaoException
DaoException
protected NodeDao getNodeDao() throws DaoException
DaoException
protected AccessLogDao getAccessLogDao() throws DaoException
DaoException
protected AccessRightDao getAccessRightDao() throws DaoException
DaoException
protected AccessLimitDao getAccessLimitDao() throws DaoException
DaoException
protected AccessStatDao getAccessStateDao() throws DaoException
DaoException
protected OverUseLimitDao getOverUseLimitDao() throws DaoException
DaoException
protected OverUseStateDao getOverUseStateDao() throws DaoException
DaoException
protected ResourceDao getResourceDao() throws DaoException
DaoException
protected UserChecker getUserChecker() throws DaoException
DaoException
protected DaoFactory getDaoFactory() throws DaoException
DaoException
protected static void unsetFactory()
protected String[] getTargetServiceIds(String serviceId) throws DaoException, ServiceConfigurationException, UserNotFoundException
protected static ServiceConfigurationException convertException(DaoException e)
protected static ServiceAlreadyExistsException convertException(ServiceAlreadyExistsException e)
protected static ServiceNotFoundException convertException(ServiceNotFoundException e)
protected static NodeNotFoundException convertException(NodeNotFoundException e)
protected static UserAlreadyExistsException convertException(UserAlreadyExistsException e)
protected static UserNotFoundException convertException(UserNotFoundException e)
protected static ResourceNotFoundException convertException(ResourceNotFoundException e)
protected static UnknownException convertException(IOException e)
protected static UnknownException convertException(SAXException e)
protected Converter getConverter()
protected <T extends Attribute> void copyAttributes(AttributedElement<T> element, Attribute[] attrs, AttributeName[]... ignoreAttrs)
protected <T extends Attribute> void copyAttributes(AttributedElement<T> element, Attribute[] attrs, String... ignoreAttrs)
protected <T> T convert(Object value, Class<T> target) throws ConversionException
ConversionException
protected void adjustDateFieldName(MatchingCondition[] conditions) throws InvalidParameterException
InvalidParameterException
protected void adjustDateFieldName(Order[] orders) throws InvalidParameterException
InvalidParameterException
protected Order[] convertUserOrder(String parameterName, Order[] orders) throws InvalidParameterException
InvalidParameterException
protected ServiceLogic getServiceLogic()
protected UserLogic getUserLogic()
protected String getCoreNodeUrl()