com.bemis.portal.migration.customer.service.persistence.impl.CustomerOrgPersistenceImpl.java Source code

Java tutorial

Introduction

Here is the source code for com.bemis.portal.migration.customer.service.persistence.impl.CustomerOrgPersistenceImpl.java

Source

/**
 * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
 *
 * This library is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation; either version 2.1 of the License, or (at your option)
 * any later version.
 *
 * This library is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 * details.
 */

package com.bemis.portal.migration.customer.service.persistence.impl;

import aQute.bnd.annotation.ProviderType;

import com.bemis.portal.migration.customer.exception.NoSuchCustomerOrgException;
import com.bemis.portal.migration.customer.model.CustomerOrg;
import com.bemis.portal.migration.customer.model.impl.CustomerOrgImpl;
import com.bemis.portal.migration.customer.model.impl.CustomerOrgModelImpl;
import com.bemis.portal.migration.customer.service.persistence.CustomerOrgPK;
import com.bemis.portal.migration.customer.service.persistence.CustomerOrgPersistence;

import com.liferay.portal.kernel.dao.orm.EntityCache;
import com.liferay.portal.kernel.dao.orm.FinderCache;
import com.liferay.portal.kernel.dao.orm.FinderPath;
import com.liferay.portal.kernel.dao.orm.Query;
import com.liferay.portal.kernel.dao.orm.QueryPos;
import com.liferay.portal.kernel.dao.orm.QueryUtil;
import com.liferay.portal.kernel.dao.orm.Session;
import com.liferay.portal.kernel.log.Log;
import com.liferay.portal.kernel.log.LogFactoryUtil;
import com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl;
import com.liferay.portal.kernel.util.OrderByComparator;
import com.liferay.portal.kernel.util.SetUtil;
import com.liferay.portal.kernel.util.StringBundler;
import com.liferay.portal.kernel.util.StringPool;
import com.liferay.portal.spring.extender.service.ServiceReference;

import java.io.Serializable;

import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Set;

/**
 * The persistence implementation for the customer org service.
 *
 * <p>
 * Caching information and settings can be found in <code>portal.properties</code>
 * </p>
 *
 * @author Abdullah Bushnaq
 * @see CustomerOrgPersistence
 * @see com.bemis.portal.migration.customer.service.persistence.CustomerOrgUtil
 * @generated
 */
@ProviderType
public class CustomerOrgPersistenceImpl extends BasePersistenceImpl<CustomerOrg> implements CustomerOrgPersistence {
    /*
     * NOTE FOR DEVELOPERS:
     *
     * Never modify or reference this class directly. Always use {@link CustomerOrgUtil} to access the customer org persistence. Modify <code>service.xml</code> and rerun ServiceBuilder to regenerate this class.
     */
    public static final String FINDER_CLASS_NAME_ENTITY = CustomerOrgImpl.class.getName();
    public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION = FINDER_CLASS_NAME_ENTITY + ".List1";
    public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION = FINDER_CLASS_NAME_ENTITY + ".List2";
    public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL = new FinderPath(
            CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgModelImpl.FINDER_CACHE_ENABLED,
            CustomerOrgImpl.class, FINDER_CLASS_NAME_LIST_WITH_PAGINATION, "findAll", new String[0]);
    public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL = new FinderPath(
            CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgModelImpl.FINDER_CACHE_ENABLED,
            CustomerOrgImpl.class, FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "findAll", new String[0]);
    public static final FinderPath FINDER_PATH_COUNT_ALL = new FinderPath(CustomerOrgModelImpl.ENTITY_CACHE_ENABLED,
            CustomerOrgModelImpl.FINDER_CACHE_ENABLED, Long.class, FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION,
            "countAll", new String[0]);
    public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_BEMISPARENTID = new FinderPath(
            CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgModelImpl.FINDER_CACHE_ENABLED,
            CustomerOrgImpl.class, FINDER_CLASS_NAME_LIST_WITH_PAGINATION, "findByBemisParentId",
            new String[] { String.class.getName(),

                    Integer.class.getName(), Integer.class.getName(), OrderByComparator.class.getName() });
    public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_BEMISPARENTID = new FinderPath(
            CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgModelImpl.FINDER_CACHE_ENABLED,
            CustomerOrgImpl.class, FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "findByBemisParentId",
            new String[] { String.class.getName() }, CustomerOrgModelImpl.BEMISPARENTID_COLUMN_BITMASK);
    public static final FinderPath FINDER_PATH_COUNT_BY_BEMISPARENTID = new FinderPath(
            CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgModelImpl.FINDER_CACHE_ENABLED, Long.class,
            FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByBemisParentId",
            new String[] { String.class.getName() });

    /**
     * Returns all the customer orgs where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @return the matching customer orgs
     */
    @Override
    public List<CustomerOrg> findByBemisParentId(String bemisParentId) {
        return findByBemisParentId(bemisParentId, QueryUtil.ALL_POS, QueryUtil.ALL_POS, null);
    }

    /**
     * Returns a range of all the customer orgs where bemisParentId = &#63;.
     *
     * <p>
     * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link CustomerOrgModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
     * </p>
     *
     * @param bemisParentId the bemis parent ID
     * @param start the lower bound of the range of customer orgs
     * @param end the upper bound of the range of customer orgs (not inclusive)
     * @return the range of matching customer orgs
     */
    @Override
    public List<CustomerOrg> findByBemisParentId(String bemisParentId, int start, int end) {
        return findByBemisParentId(bemisParentId, start, end, null);
    }

    /**
     * Returns an ordered range of all the customer orgs where bemisParentId = &#63;.
     *
     * <p>
     * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link CustomerOrgModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
     * </p>
     *
     * @param bemisParentId the bemis parent ID
     * @param start the lower bound of the range of customer orgs
     * @param end the upper bound of the range of customer orgs (not inclusive)
     * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
     * @return the ordered range of matching customer orgs
     */
    @Override
    public List<CustomerOrg> findByBemisParentId(String bemisParentId, int start, int end,
            OrderByComparator<CustomerOrg> orderByComparator) {
        return findByBemisParentId(bemisParentId, start, end, orderByComparator, true);
    }

    /**
     * Returns an ordered range of all the customer orgs where bemisParentId = &#63;.
     *
     * <p>
     * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link CustomerOrgModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
     * </p>
     *
     * @param bemisParentId the bemis parent ID
     * @param start the lower bound of the range of customer orgs
     * @param end the upper bound of the range of customer orgs (not inclusive)
     * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
     * @param retrieveFromCache whether to retrieve from the finder cache
     * @return the ordered range of matching customer orgs
     */
    @Override
    public List<CustomerOrg> findByBemisParentId(String bemisParentId, int start, int end,
            OrderByComparator<CustomerOrg> orderByComparator, boolean retrieveFromCache) {
        boolean pagination = true;
        FinderPath finderPath = null;
        Object[] finderArgs = null;

        if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) && (orderByComparator == null)) {
            pagination = false;
            finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_BEMISPARENTID;
            finderArgs = new Object[] { bemisParentId };
        } else {
            finderPath = FINDER_PATH_WITH_PAGINATION_FIND_BY_BEMISPARENTID;
            finderArgs = new Object[] { bemisParentId,

                    start, end, orderByComparator };
        }

        List<CustomerOrg> list = null;

        if (retrieveFromCache) {
            list = (List<CustomerOrg>) finderCache.getResult(finderPath, finderArgs, this);

            if ((list != null) && !list.isEmpty()) {
                for (CustomerOrg customerOrg : list) {
                    if (!Objects.equals(bemisParentId, customerOrg.getBemisParentId())) {
                        list = null;

                        break;
                    }
                }
            }
        }

        if (list == null) {
            StringBundler query = null;

            if (orderByComparator != null) {
                query = new StringBundler(3 + (orderByComparator.getOrderByFields().length * 2));
            } else {
                query = new StringBundler(3);
            }

            query.append(_SQL_SELECT_CUSTOMERORG_WHERE);

            boolean bindBemisParentId = false;

            if (bemisParentId == null) {
                query.append(_FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_1);
            } else if (bemisParentId.equals(StringPool.BLANK)) {
                query.append(_FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_3);
            } else {
                bindBemisParentId = true;

                query.append(_FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_2);
            }

            if (orderByComparator != null) {
                appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS, orderByComparator);
            } else if (pagination) {
                query.append(CustomerOrgModelImpl.ORDER_BY_JPQL);
            }

            String sql = query.toString();

            Session session = null;

            try {
                session = openSession();

                Query q = session.createQuery(sql);

                QueryPos qPos = QueryPos.getInstance(q);

                if (bindBemisParentId) {
                    qPos.add(bemisParentId);
                }

                if (!pagination) {
                    list = (List<CustomerOrg>) QueryUtil.list(q, getDialect(), start, end, false);

                    Collections.sort(list);

                    list = Collections.unmodifiableList(list);
                } else {
                    list = (List<CustomerOrg>) QueryUtil.list(q, getDialect(), start, end);
                }

                cacheResult(list);

                finderCache.putResult(finderPath, finderArgs, list);
            } catch (Exception e) {
                finderCache.removeResult(finderPath, finderArgs);

                throw processException(e);
            } finally {
                closeSession(session);
            }
        }

        return list;
    }

    /**
     * Returns the first customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the first matching customer org
     * @throws NoSuchCustomerOrgException if a matching customer org could not be found
     */
    @Override
    public CustomerOrg findByBemisParentId_First(String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) throws NoSuchCustomerOrgException {
        CustomerOrg customerOrg = fetchByBemisParentId_First(bemisParentId, orderByComparator);

        if (customerOrg != null) {
            return customerOrg;
        }

        StringBundler msg = new StringBundler(4);

        msg.append(_NO_SUCH_ENTITY_WITH_KEY);

        msg.append("bemisParentId=");
        msg.append(bemisParentId);

        msg.append(StringPool.CLOSE_CURLY_BRACE);

        throw new NoSuchCustomerOrgException(msg.toString());
    }

    /**
     * Returns the first customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the first matching customer org, or <code>null</code> if a matching customer org could not be found
     */
    @Override
    public CustomerOrg fetchByBemisParentId_First(String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) {
        List<CustomerOrg> list = findByBemisParentId(bemisParentId, 0, 1, orderByComparator);

        if (!list.isEmpty()) {
            return list.get(0);
        }

        return null;
    }

    /**
     * Returns the last customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the last matching customer org
     * @throws NoSuchCustomerOrgException if a matching customer org could not be found
     */
    @Override
    public CustomerOrg findByBemisParentId_Last(String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) throws NoSuchCustomerOrgException {
        CustomerOrg customerOrg = fetchByBemisParentId_Last(bemisParentId, orderByComparator);

        if (customerOrg != null) {
            return customerOrg;
        }

        StringBundler msg = new StringBundler(4);

        msg.append(_NO_SUCH_ENTITY_WITH_KEY);

        msg.append("bemisParentId=");
        msg.append(bemisParentId);

        msg.append(StringPool.CLOSE_CURLY_BRACE);

        throw new NoSuchCustomerOrgException(msg.toString());
    }

    /**
     * Returns the last customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the last matching customer org, or <code>null</code> if a matching customer org could not be found
     */
    @Override
    public CustomerOrg fetchByBemisParentId_Last(String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) {
        int count = countByBemisParentId(bemisParentId);

        if (count == 0) {
            return null;
        }

        List<CustomerOrg> list = findByBemisParentId(bemisParentId, count - 1, count, orderByComparator);

        if (!list.isEmpty()) {
            return list.get(0);
        }

        return null;
    }

    /**
     * Returns the customer orgs before and after the current customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param customerOrgPK the primary key of the current customer org
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the previous, current, and next customer org
     * @throws NoSuchCustomerOrgException if a customer org with the primary key could not be found
     */
    @Override
    public CustomerOrg[] findByBemisParentId_PrevAndNext(CustomerOrgPK customerOrgPK, String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) throws NoSuchCustomerOrgException {
        CustomerOrg customerOrg = findByPrimaryKey(customerOrgPK);

        Session session = null;

        try {
            session = openSession();

            CustomerOrg[] array = new CustomerOrgImpl[3];

            array[0] = getByBemisParentId_PrevAndNext(session, customerOrg, bemisParentId, orderByComparator, true);

            array[1] = customerOrg;

            array[2] = getByBemisParentId_PrevAndNext(session, customerOrg, bemisParentId, orderByComparator,
                    false);

            return array;
        } catch (Exception e) {
            throw processException(e);
        } finally {
            closeSession(session);
        }
    }

    protected CustomerOrg getByBemisParentId_PrevAndNext(Session session, CustomerOrg customerOrg,
            String bemisParentId, OrderByComparator<CustomerOrg> orderByComparator, boolean previous) {
        StringBundler query = null;

        if (orderByComparator != null) {
            query = new StringBundler(4 + (orderByComparator.getOrderByConditionFields().length * 3)
                    + (orderByComparator.getOrderByFields().length * 3));
        } else {
            query = new StringBundler(3);
        }

        query.append(_SQL_SELECT_CUSTOMERORG_WHERE);

        boolean bindBemisParentId = false;

        if (bemisParentId == null) {
            query.append(_FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_1);
        } else if (bemisParentId.equals(StringPool.BLANK)) {
            query.append(_FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_3);
        } else {
            bindBemisParentId = true;

            query.append(_FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_2);
        }

        if (orderByComparator != null) {
            String[] orderByConditionFields = orderByComparator.getOrderByConditionFields();

            if (orderByConditionFields.length > 0) {
                query.append(WHERE_AND);
            }

            for (int i = 0; i < orderByConditionFields.length; i++) {
                query.append(_ORDER_BY_ENTITY_ALIAS);
                query.append(orderByConditionFields[i]);

                if ((i + 1) < orderByConditionFields.length) {
                    if (orderByComparator.isAscending() ^ previous) {
                        query.append(WHERE_GREATER_THAN_HAS_NEXT);
                    } else {
                        query.append(WHERE_LESSER_THAN_HAS_NEXT);
                    }
                } else {
                    if (orderByComparator.isAscending() ^ previous) {
                        query.append(WHERE_GREATER_THAN);
                    } else {
                        query.append(WHERE_LESSER_THAN);
                    }
                }
            }

            query.append(ORDER_BY_CLAUSE);

            String[] orderByFields = orderByComparator.getOrderByFields();

            for (int i = 0; i < orderByFields.length; i++) {
                query.append(_ORDER_BY_ENTITY_ALIAS);
                query.append(orderByFields[i]);

                if ((i + 1) < orderByFields.length) {
                    if (orderByComparator.isAscending() ^ previous) {
                        query.append(ORDER_BY_ASC_HAS_NEXT);
                    } else {
                        query.append(ORDER_BY_DESC_HAS_NEXT);
                    }
                } else {
                    if (orderByComparator.isAscending() ^ previous) {
                        query.append(ORDER_BY_ASC);
                    } else {
                        query.append(ORDER_BY_DESC);
                    }
                }
            }
        } else {
            query.append(CustomerOrgModelImpl.ORDER_BY_JPQL);
        }

        String sql = query.toString();

        Query q = session.createQuery(sql);

        q.setFirstResult(0);
        q.setMaxResults(2);

        QueryPos qPos = QueryPos.getInstance(q);

        if (bindBemisParentId) {
            qPos.add(bemisParentId);
        }

        if (orderByComparator != null) {
            Object[] values = orderByComparator.getOrderByConditionValues(customerOrg);

            for (Object value : values) {
                qPos.add(value);
            }
        }

        List<CustomerOrg> list = q.list();

        if (list.size() == 2) {
            return list.get(1);
        } else {
            return null;
        }
    }

    /**
     * Removes all the customer orgs where bemisParentId = &#63; from the database.
     *
     * @param bemisParentId the bemis parent ID
     */
    @Override
    public void removeByBemisParentId(String bemisParentId) {
        for (CustomerOrg customerOrg : findByBemisParentId(bemisParentId, QueryUtil.ALL_POS, QueryUtil.ALL_POS,
                null)) {
            remove(customerOrg);
        }
    }

    /**
     * Returns the number of customer orgs where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @return the number of matching customer orgs
     */
    @Override
    public int countByBemisParentId(String bemisParentId) {
        FinderPath finderPath = FINDER_PATH_COUNT_BY_BEMISPARENTID;

        Object[] finderArgs = new Object[] { bemisParentId };

        Long count = (Long) finderCache.getResult(finderPath, finderArgs, this);

        if (count == null) {
            StringBundler query = new StringBundler(2);

            query.append(_SQL_COUNT_CUSTOMERORG_WHERE);

            boolean bindBemisParentId = false;

            if (bemisParentId == null) {
                query.append(_FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_1);
            } else if (bemisParentId.equals(StringPool.BLANK)) {
                query.append(_FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_3);
            } else {
                bindBemisParentId = true;

                query.append(_FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_2);
            }

            String sql = query.toString();

            Session session = null;

            try {
                session = openSession();

                Query q = session.createQuery(sql);

                QueryPos qPos = QueryPos.getInstance(q);

                if (bindBemisParentId) {
                    qPos.add(bemisParentId);
                }

                count = (Long) q.uniqueResult();

                finderCache.putResult(finderPath, finderArgs, count);
            } catch (Exception e) {
                finderCache.removeResult(finderPath, finderArgs);

                throw processException(e);
            } finally {
                closeSession(session);
            }
        }

        return count.intValue();
    }

    private static final String _FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_1 = "customerOrg.id.bemisParentId IS NULL";
    private static final String _FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_2 = "customerOrg.id.bemisParentId = ?";
    private static final String _FINDER_COLUMN_BEMISPARENTID_BEMISPARENTID_3 = "(customerOrg.id.bemisParentId IS NULL OR customerOrg.id.bemisParentId = '')";
    public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_PARENTSONLY = new FinderPath(
            CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgModelImpl.FINDER_CACHE_ENABLED,
            CustomerOrgImpl.class, FINDER_CLASS_NAME_LIST_WITH_PAGINATION, "findByParentsOnly",
            new String[] { String.class.getName(),

                    Integer.class.getName(), Integer.class.getName(), OrderByComparator.class.getName() });
    public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PARENTSONLY = new FinderPath(
            CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgModelImpl.FINDER_CACHE_ENABLED,
            CustomerOrgImpl.class, FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "findByParentsOnly",
            new String[] { String.class.getName() }, CustomerOrgModelImpl.BEMISPARENTID_COLUMN_BITMASK);
    public static final FinderPath FINDER_PATH_COUNT_BY_PARENTSONLY = new FinderPath(
            CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgModelImpl.FINDER_CACHE_ENABLED, Long.class,
            FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByParentsOnly",
            new String[] { String.class.getName() });

    /**
     * Returns all the customer orgs where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @return the matching customer orgs
     */
    @Override
    public List<CustomerOrg> findByParentsOnly(String bemisParentId) {
        return findByParentsOnly(bemisParentId, QueryUtil.ALL_POS, QueryUtil.ALL_POS, null);
    }

    /**
     * Returns a range of all the customer orgs where bemisParentId = &#63;.
     *
     * <p>
     * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link CustomerOrgModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
     * </p>
     *
     * @param bemisParentId the bemis parent ID
     * @param start the lower bound of the range of customer orgs
     * @param end the upper bound of the range of customer orgs (not inclusive)
     * @return the range of matching customer orgs
     */
    @Override
    public List<CustomerOrg> findByParentsOnly(String bemisParentId, int start, int end) {
        return findByParentsOnly(bemisParentId, start, end, null);
    }

    /**
     * Returns an ordered range of all the customer orgs where bemisParentId = &#63;.
     *
     * <p>
     * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link CustomerOrgModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
     * </p>
     *
     * @param bemisParentId the bemis parent ID
     * @param start the lower bound of the range of customer orgs
     * @param end the upper bound of the range of customer orgs (not inclusive)
     * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
     * @return the ordered range of matching customer orgs
     */
    @Override
    public List<CustomerOrg> findByParentsOnly(String bemisParentId, int start, int end,
            OrderByComparator<CustomerOrg> orderByComparator) {
        return findByParentsOnly(bemisParentId, start, end, orderByComparator, true);
    }

    /**
     * Returns an ordered range of all the customer orgs where bemisParentId = &#63;.
     *
     * <p>
     * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link CustomerOrgModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
     * </p>
     *
     * @param bemisParentId the bemis parent ID
     * @param start the lower bound of the range of customer orgs
     * @param end the upper bound of the range of customer orgs (not inclusive)
     * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
     * @param retrieveFromCache whether to retrieve from the finder cache
     * @return the ordered range of matching customer orgs
     */
    @Override
    public List<CustomerOrg> findByParentsOnly(String bemisParentId, int start, int end,
            OrderByComparator<CustomerOrg> orderByComparator, boolean retrieveFromCache) {
        boolean pagination = true;
        FinderPath finderPath = null;
        Object[] finderArgs = null;

        if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) && (orderByComparator == null)) {
            pagination = false;
            finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PARENTSONLY;
            finderArgs = new Object[] { bemisParentId };
        } else {
            finderPath = FINDER_PATH_WITH_PAGINATION_FIND_BY_PARENTSONLY;
            finderArgs = new Object[] { bemisParentId,

                    start, end, orderByComparator };
        }

        List<CustomerOrg> list = null;

        if (retrieveFromCache) {
            list = (List<CustomerOrg>) finderCache.getResult(finderPath, finderArgs, this);

            if ((list != null) && !list.isEmpty()) {
                for (CustomerOrg customerOrg : list) {
                    if (!Objects.equals(bemisParentId, customerOrg.getBemisParentId())) {
                        list = null;

                        break;
                    }
                }
            }
        }

        if (list == null) {
            StringBundler query = null;

            if (orderByComparator != null) {
                query = new StringBundler(3 + (orderByComparator.getOrderByFields().length * 2));
            } else {
                query = new StringBundler(3);
            }

            query.append(_SQL_SELECT_CUSTOMERORG_WHERE);

            boolean bindBemisParentId = false;

            if (bemisParentId == null) {
                query.append(_FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_1);
            } else if (bemisParentId.equals(StringPool.BLANK)) {
                query.append(_FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_3);
            } else {
                bindBemisParentId = true;

                query.append(_FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_2);
            }

            if (orderByComparator != null) {
                appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS, orderByComparator);
            } else if (pagination) {
                query.append(CustomerOrgModelImpl.ORDER_BY_JPQL);
            }

            String sql = query.toString();

            Session session = null;

            try {
                session = openSession();

                Query q = session.createQuery(sql);

                QueryPos qPos = QueryPos.getInstance(q);

                if (bindBemisParentId) {
                    qPos.add(bemisParentId);
                }

                if (!pagination) {
                    list = (List<CustomerOrg>) QueryUtil.list(q, getDialect(), start, end, false);

                    Collections.sort(list);

                    list = Collections.unmodifiableList(list);
                } else {
                    list = (List<CustomerOrg>) QueryUtil.list(q, getDialect(), start, end);
                }

                cacheResult(list);

                finderCache.putResult(finderPath, finderArgs, list);
            } catch (Exception e) {
                finderCache.removeResult(finderPath, finderArgs);

                throw processException(e);
            } finally {
                closeSession(session);
            }
        }

        return list;
    }

    /**
     * Returns the first customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the first matching customer org
     * @throws NoSuchCustomerOrgException if a matching customer org could not be found
     */
    @Override
    public CustomerOrg findByParentsOnly_First(String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) throws NoSuchCustomerOrgException {
        CustomerOrg customerOrg = fetchByParentsOnly_First(bemisParentId, orderByComparator);

        if (customerOrg != null) {
            return customerOrg;
        }

        StringBundler msg = new StringBundler(4);

        msg.append(_NO_SUCH_ENTITY_WITH_KEY);

        msg.append("bemisParentId=");
        msg.append(bemisParentId);

        msg.append(StringPool.CLOSE_CURLY_BRACE);

        throw new NoSuchCustomerOrgException(msg.toString());
    }

    /**
     * Returns the first customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the first matching customer org, or <code>null</code> if a matching customer org could not be found
     */
    @Override
    public CustomerOrg fetchByParentsOnly_First(String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) {
        List<CustomerOrg> list = findByParentsOnly(bemisParentId, 0, 1, orderByComparator);

        if (!list.isEmpty()) {
            return list.get(0);
        }

        return null;
    }

    /**
     * Returns the last customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the last matching customer org
     * @throws NoSuchCustomerOrgException if a matching customer org could not be found
     */
    @Override
    public CustomerOrg findByParentsOnly_Last(String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) throws NoSuchCustomerOrgException {
        CustomerOrg customerOrg = fetchByParentsOnly_Last(bemisParentId, orderByComparator);

        if (customerOrg != null) {
            return customerOrg;
        }

        StringBundler msg = new StringBundler(4);

        msg.append(_NO_SUCH_ENTITY_WITH_KEY);

        msg.append("bemisParentId=");
        msg.append(bemisParentId);

        msg.append(StringPool.CLOSE_CURLY_BRACE);

        throw new NoSuchCustomerOrgException(msg.toString());
    }

    /**
     * Returns the last customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the last matching customer org, or <code>null</code> if a matching customer org could not be found
     */
    @Override
    public CustomerOrg fetchByParentsOnly_Last(String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) {
        int count = countByParentsOnly(bemisParentId);

        if (count == 0) {
            return null;
        }

        List<CustomerOrg> list = findByParentsOnly(bemisParentId, count - 1, count, orderByComparator);

        if (!list.isEmpty()) {
            return list.get(0);
        }

        return null;
    }

    /**
     * Returns the customer orgs before and after the current customer org in the ordered set where bemisParentId = &#63;.
     *
     * @param customerOrgPK the primary key of the current customer org
     * @param bemisParentId the bemis parent ID
     * @param orderByComparator the comparator to order the set by (optionally <code>null</code>)
     * @return the previous, current, and next customer org
     * @throws NoSuchCustomerOrgException if a customer org with the primary key could not be found
     */
    @Override
    public CustomerOrg[] findByParentsOnly_PrevAndNext(CustomerOrgPK customerOrgPK, String bemisParentId,
            OrderByComparator<CustomerOrg> orderByComparator) throws NoSuchCustomerOrgException {
        CustomerOrg customerOrg = findByPrimaryKey(customerOrgPK);

        Session session = null;

        try {
            session = openSession();

            CustomerOrg[] array = new CustomerOrgImpl[3];

            array[0] = getByParentsOnly_PrevAndNext(session, customerOrg, bemisParentId, orderByComparator, true);

            array[1] = customerOrg;

            array[2] = getByParentsOnly_PrevAndNext(session, customerOrg, bemisParentId, orderByComparator, false);

            return array;
        } catch (Exception e) {
            throw processException(e);
        } finally {
            closeSession(session);
        }
    }

    protected CustomerOrg getByParentsOnly_PrevAndNext(Session session, CustomerOrg customerOrg,
            String bemisParentId, OrderByComparator<CustomerOrg> orderByComparator, boolean previous) {
        StringBundler query = null;

        if (orderByComparator != null) {
            query = new StringBundler(4 + (orderByComparator.getOrderByConditionFields().length * 3)
                    + (orderByComparator.getOrderByFields().length * 3));
        } else {
            query = new StringBundler(3);
        }

        query.append(_SQL_SELECT_CUSTOMERORG_WHERE);

        boolean bindBemisParentId = false;

        if (bemisParentId == null) {
            query.append(_FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_1);
        } else if (bemisParentId.equals(StringPool.BLANK)) {
            query.append(_FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_3);
        } else {
            bindBemisParentId = true;

            query.append(_FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_2);
        }

        if (orderByComparator != null) {
            String[] orderByConditionFields = orderByComparator.getOrderByConditionFields();

            if (orderByConditionFields.length > 0) {
                query.append(WHERE_AND);
            }

            for (int i = 0; i < orderByConditionFields.length; i++) {
                query.append(_ORDER_BY_ENTITY_ALIAS);
                query.append(orderByConditionFields[i]);

                if ((i + 1) < orderByConditionFields.length) {
                    if (orderByComparator.isAscending() ^ previous) {
                        query.append(WHERE_GREATER_THAN_HAS_NEXT);
                    } else {
                        query.append(WHERE_LESSER_THAN_HAS_NEXT);
                    }
                } else {
                    if (orderByComparator.isAscending() ^ previous) {
                        query.append(WHERE_GREATER_THAN);
                    } else {
                        query.append(WHERE_LESSER_THAN);
                    }
                }
            }

            query.append(ORDER_BY_CLAUSE);

            String[] orderByFields = orderByComparator.getOrderByFields();

            for (int i = 0; i < orderByFields.length; i++) {
                query.append(_ORDER_BY_ENTITY_ALIAS);
                query.append(orderByFields[i]);

                if ((i + 1) < orderByFields.length) {
                    if (orderByComparator.isAscending() ^ previous) {
                        query.append(ORDER_BY_ASC_HAS_NEXT);
                    } else {
                        query.append(ORDER_BY_DESC_HAS_NEXT);
                    }
                } else {
                    if (orderByComparator.isAscending() ^ previous) {
                        query.append(ORDER_BY_ASC);
                    } else {
                        query.append(ORDER_BY_DESC);
                    }
                }
            }
        } else {
            query.append(CustomerOrgModelImpl.ORDER_BY_JPQL);
        }

        String sql = query.toString();

        Query q = session.createQuery(sql);

        q.setFirstResult(0);
        q.setMaxResults(2);

        QueryPos qPos = QueryPos.getInstance(q);

        if (bindBemisParentId) {
            qPos.add(bemisParentId);
        }

        if (orderByComparator != null) {
            Object[] values = orderByComparator.getOrderByConditionValues(customerOrg);

            for (Object value : values) {
                qPos.add(value);
            }
        }

        List<CustomerOrg> list = q.list();

        if (list.size() == 2) {
            return list.get(1);
        } else {
            return null;
        }
    }

    /**
     * Removes all the customer orgs where bemisParentId = &#63; from the database.
     *
     * @param bemisParentId the bemis parent ID
     */
    @Override
    public void removeByParentsOnly(String bemisParentId) {
        for (CustomerOrg customerOrg : findByParentsOnly(bemisParentId, QueryUtil.ALL_POS, QueryUtil.ALL_POS,
                null)) {
            remove(customerOrg);
        }
    }

    /**
     * Returns the number of customer orgs where bemisParentId = &#63;.
     *
     * @param bemisParentId the bemis parent ID
     * @return the number of matching customer orgs
     */
    @Override
    public int countByParentsOnly(String bemisParentId) {
        FinderPath finderPath = FINDER_PATH_COUNT_BY_PARENTSONLY;

        Object[] finderArgs = new Object[] { bemisParentId };

        Long count = (Long) finderCache.getResult(finderPath, finderArgs, this);

        if (count == null) {
            StringBundler query = new StringBundler(2);

            query.append(_SQL_COUNT_CUSTOMERORG_WHERE);

            boolean bindBemisParentId = false;

            if (bemisParentId == null) {
                query.append(_FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_1);
            } else if (bemisParentId.equals(StringPool.BLANK)) {
                query.append(_FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_3);
            } else {
                bindBemisParentId = true;

                query.append(_FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_2);
            }

            String sql = query.toString();

            Session session = null;

            try {
                session = openSession();

                Query q = session.createQuery(sql);

                QueryPos qPos = QueryPos.getInstance(q);

                if (bindBemisParentId) {
                    qPos.add(bemisParentId);
                }

                count = (Long) q.uniqueResult();

                finderCache.putResult(finderPath, finderArgs, count);
            } catch (Exception e) {
                finderCache.removeResult(finderPath, finderArgs);

                throw processException(e);
            } finally {
                closeSession(session);
            }
        }

        return count.intValue();
    }

    private static final String _FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_1 = "customerOrg.id.bemisParentId IS NULL";
    private static final String _FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_2 = "customerOrg.id.bemisParentId = ?";
    private static final String _FINDER_COLUMN_PARENTSONLY_BEMISPARENTID_3 = "(customerOrg.id.bemisParentId IS NULL OR customerOrg.id.bemisParentId = '')";

    public CustomerOrgPersistenceImpl() {
        setModelClass(CustomerOrg.class);
    }

    /**
     * Caches the customer org in the entity cache if it is enabled.
     *
     * @param customerOrg the customer org
     */
    @Override
    public void cacheResult(CustomerOrg customerOrg) {
        entityCache.putResult(CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgImpl.class,
                customerOrg.getPrimaryKey(), customerOrg);

        customerOrg.resetOriginalValues();
    }

    /**
     * Caches the customer orgs in the entity cache if it is enabled.
     *
     * @param customerOrgs the customer orgs
     */
    @Override
    public void cacheResult(List<CustomerOrg> customerOrgs) {
        for (CustomerOrg customerOrg : customerOrgs) {
            if (entityCache.getResult(CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgImpl.class,
                    customerOrg.getPrimaryKey()) == null) {
                cacheResult(customerOrg);
            } else {
                customerOrg.resetOriginalValues();
            }
        }
    }

    /**
     * Clears the cache for all customer orgs.
     *
     * <p>
     * The {@link EntityCache} and {@link FinderCache} are both cleared by this method.
     * </p>
     */
    @Override
    public void clearCache() {
        entityCache.clearCache(CustomerOrgImpl.class);

        finderCache.clearCache(FINDER_CLASS_NAME_ENTITY);
        finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION);
        finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION);
    }

    /**
     * Clears the cache for the customer org.
     *
     * <p>
     * The {@link EntityCache} and {@link FinderCache} are both cleared by this method.
     * </p>
     */
    @Override
    public void clearCache(CustomerOrg customerOrg) {
        entityCache.removeResult(CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgImpl.class,
                customerOrg.getPrimaryKey());

        finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION);
        finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION);
    }

    @Override
    public void clearCache(List<CustomerOrg> customerOrgs) {
        finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION);
        finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION);

        for (CustomerOrg customerOrg : customerOrgs) {
            entityCache.removeResult(CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgImpl.class,
                    customerOrg.getPrimaryKey());
        }
    }

    /**
     * Creates a new customer org with the primary key. Does not add the customer org to the database.
     *
     * @param customerOrgPK the primary key for the new customer org
     * @return the new customer org
     */
    @Override
    public CustomerOrg create(CustomerOrgPK customerOrgPK) {
        CustomerOrg customerOrg = new CustomerOrgImpl();

        customerOrg.setNew(true);
        customerOrg.setPrimaryKey(customerOrgPK);

        return customerOrg;
    }

    /**
     * Removes the customer org with the primary key from the database. Also notifies the appropriate model listeners.
     *
     * @param customerOrgPK the primary key of the customer org
     * @return the customer org that was removed
     * @throws NoSuchCustomerOrgException if a customer org with the primary key could not be found
     */
    @Override
    public CustomerOrg remove(CustomerOrgPK customerOrgPK) throws NoSuchCustomerOrgException {
        return remove((Serializable) customerOrgPK);
    }

    /**
     * Removes the customer org with the primary key from the database. Also notifies the appropriate model listeners.
     *
     * @param primaryKey the primary key of the customer org
     * @return the customer org that was removed
     * @throws NoSuchCustomerOrgException if a customer org with the primary key could not be found
     */
    @Override
    public CustomerOrg remove(Serializable primaryKey) throws NoSuchCustomerOrgException {
        Session session = null;

        try {
            session = openSession();

            CustomerOrg customerOrg = (CustomerOrg) session.get(CustomerOrgImpl.class, primaryKey);

            if (customerOrg == null) {
                if (_log.isDebugEnabled()) {
                    _log.debug(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey);
                }

                throw new NoSuchCustomerOrgException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey);
            }

            return remove(customerOrg);
        } catch (NoSuchCustomerOrgException nsee) {
            throw nsee;
        } catch (Exception e) {
            throw processException(e);
        } finally {
            closeSession(session);
        }
    }

    @Override
    protected CustomerOrg removeImpl(CustomerOrg customerOrg) {
        customerOrg = toUnwrappedModel(customerOrg);

        Session session = null;

        try {
            session = openSession();

            if (!session.contains(customerOrg)) {
                customerOrg = (CustomerOrg) session.get(CustomerOrgImpl.class, customerOrg.getPrimaryKeyObj());
            }

            if (customerOrg != null) {
                session.delete(customerOrg);
            }
        } catch (Exception e) {
            throw processException(e);
        } finally {
            closeSession(session);
        }

        if (customerOrg != null) {
            clearCache(customerOrg);
        }

        return customerOrg;
    }

    @Override
    public CustomerOrg updateImpl(CustomerOrg customerOrg) {
        customerOrg = toUnwrappedModel(customerOrg);

        boolean isNew = customerOrg.isNew();

        CustomerOrgModelImpl customerOrgModelImpl = (CustomerOrgModelImpl) customerOrg;

        Session session = null;

        try {
            session = openSession();

            if (customerOrg.isNew()) {
                session.save(customerOrg);

                customerOrg.setNew(false);
            } else {
                customerOrg = (CustomerOrg) session.merge(customerOrg);
            }
        } catch (Exception e) {
            throw processException(e);
        } finally {
            closeSession(session);
        }

        finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION);

        if (isNew || !CustomerOrgModelImpl.COLUMN_BITMASK_ENABLED) {
            finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION);
        }

        else {
            if ((customerOrgModelImpl.getColumnBitmask()
                    & FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_BEMISPARENTID.getColumnBitmask()) != 0) {
                Object[] args = new Object[] { customerOrgModelImpl.getOriginalBemisParentId() };

                finderCache.removeResult(FINDER_PATH_COUNT_BY_BEMISPARENTID, args);
                finderCache.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_BEMISPARENTID, args);

                args = new Object[] { customerOrgModelImpl.getBemisParentId() };

                finderCache.removeResult(FINDER_PATH_COUNT_BY_BEMISPARENTID, args);
                finderCache.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_BEMISPARENTID, args);
            }

            if ((customerOrgModelImpl.getColumnBitmask()
                    & FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PARENTSONLY.getColumnBitmask()) != 0) {
                Object[] args = new Object[] { customerOrgModelImpl.getOriginalBemisParentId() };

                finderCache.removeResult(FINDER_PATH_COUNT_BY_PARENTSONLY, args);
                finderCache.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PARENTSONLY, args);

                args = new Object[] { customerOrgModelImpl.getBemisParentId() };

                finderCache.removeResult(FINDER_PATH_COUNT_BY_PARENTSONLY, args);
                finderCache.removeResult(FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PARENTSONLY, args);
            }
        }

        entityCache.putResult(CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgImpl.class,
                customerOrg.getPrimaryKey(), customerOrg, false);

        customerOrg.resetOriginalValues();

        return customerOrg;
    }

    protected CustomerOrg toUnwrappedModel(CustomerOrg customerOrg) {
        if (customerOrg instanceof CustomerOrgImpl) {
            return customerOrg;
        }

        CustomerOrgImpl customerOrgImpl = new CustomerOrgImpl();

        customerOrgImpl.setNew(customerOrg.isNew());
        customerOrgImpl.setPrimaryKey(customerOrg.getPrimaryKey());

        customerOrgImpl.setBemisCustomerId(customerOrg.getBemisCustomerId());
        customerOrgImpl.setModifiedDate(customerOrg.getModifiedDate());
        customerOrgImpl.setBemisParentId(customerOrg.getBemisParentId());
        customerOrgImpl.setCustomerName(customerOrg.getCustomerName());
        customerOrgImpl.setCustomerAlias(customerOrg.getCustomerAlias());
        customerOrgImpl.setStreetNumber(customerOrg.getStreetNumber());
        customerOrgImpl.setStreetName(customerOrg.getStreetName());
        customerOrgImpl.setStreetAddress(customerOrg.getStreetAddress());
        customerOrgImpl.setCity(customerOrg.getCity());
        customerOrgImpl.setState(customerOrg.getState());
        customerOrgImpl.setZip(customerOrg.getZip());
        customerOrgImpl.setCountry(customerOrg.getCountry());

        return customerOrgImpl;
    }

    /**
     * Returns the customer org with the primary key or throws a {@link com.liferay.portal.kernel.exception.NoSuchModelException} if it could not be found.
     *
     * @param primaryKey the primary key of the customer org
     * @return the customer org
     * @throws NoSuchCustomerOrgException if a customer org with the primary key could not be found
     */
    @Override
    public CustomerOrg findByPrimaryKey(Serializable primaryKey) throws NoSuchCustomerOrgException {
        CustomerOrg customerOrg = fetchByPrimaryKey(primaryKey);

        if (customerOrg == null) {
            if (_log.isDebugEnabled()) {
                _log.debug(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey);
            }

            throw new NoSuchCustomerOrgException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey);
        }

        return customerOrg;
    }

    /**
     * Returns the customer org with the primary key or throws a {@link NoSuchCustomerOrgException} if it could not be found.
     *
     * @param customerOrgPK the primary key of the customer org
     * @return the customer org
     * @throws NoSuchCustomerOrgException if a customer org with the primary key could not be found
     */
    @Override
    public CustomerOrg findByPrimaryKey(CustomerOrgPK customerOrgPK) throws NoSuchCustomerOrgException {
        return findByPrimaryKey((Serializable) customerOrgPK);
    }

    /**
     * Returns the customer org with the primary key or returns <code>null</code> if it could not be found.
     *
     * @param primaryKey the primary key of the customer org
     * @return the customer org, or <code>null</code> if a customer org with the primary key could not be found
     */
    @Override
    public CustomerOrg fetchByPrimaryKey(Serializable primaryKey) {
        Serializable serializable = entityCache.getResult(CustomerOrgModelImpl.ENTITY_CACHE_ENABLED,
                CustomerOrgImpl.class, primaryKey);

        if (serializable == nullModel) {
            return null;
        }

        CustomerOrg customerOrg = (CustomerOrg) serializable;

        if (customerOrg == null) {
            Session session = null;

            try {
                session = openSession();

                customerOrg = (CustomerOrg) session.get(CustomerOrgImpl.class, primaryKey);

                if (customerOrg != null) {
                    cacheResult(customerOrg);
                } else {
                    entityCache.putResult(CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgImpl.class,
                            primaryKey, nullModel);
                }
            } catch (Exception e) {
                entityCache.removeResult(CustomerOrgModelImpl.ENTITY_CACHE_ENABLED, CustomerOrgImpl.class,
                        primaryKey);

                throw processException(e);
            } finally {
                closeSession(session);
            }
        }

        return customerOrg;
    }

    /**
     * Returns the customer org with the primary key or returns <code>null</code> if it could not be found.
     *
     * @param customerOrgPK the primary key of the customer org
     * @return the customer org, or <code>null</code> if a customer org with the primary key could not be found
     */
    @Override
    public CustomerOrg fetchByPrimaryKey(CustomerOrgPK customerOrgPK) {
        return fetchByPrimaryKey((Serializable) customerOrgPK);
    }

    @Override
    public Map<Serializable, CustomerOrg> fetchByPrimaryKeys(Set<Serializable> primaryKeys) {
        if (primaryKeys.isEmpty()) {
            return Collections.emptyMap();
        }

        Map<Serializable, CustomerOrg> map = new HashMap<Serializable, CustomerOrg>();

        for (Serializable primaryKey : primaryKeys) {
            CustomerOrg customerOrg = fetchByPrimaryKey(primaryKey);

            if (customerOrg != null) {
                map.put(primaryKey, customerOrg);
            }
        }

        return map;
    }

    /**
     * Returns all the customer orgs.
     *
     * @return the customer orgs
     */
    @Override
    public List<CustomerOrg> findAll() {
        return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null);
    }

    /**
     * Returns a range of all the customer orgs.
     *
     * <p>
     * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link CustomerOrgModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
     * </p>
     *
     * @param start the lower bound of the range of customer orgs
     * @param end the upper bound of the range of customer orgs (not inclusive)
     * @return the range of customer orgs
     */
    @Override
    public List<CustomerOrg> findAll(int start, int end) {
        return findAll(start, end, null);
    }

    /**
     * Returns an ordered range of all the customer orgs.
     *
     * <p>
     * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link CustomerOrgModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
     * </p>
     *
     * @param start the lower bound of the range of customer orgs
     * @param end the upper bound of the range of customer orgs (not inclusive)
     * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
     * @return the ordered range of customer orgs
     */
    @Override
    public List<CustomerOrg> findAll(int start, int end, OrderByComparator<CustomerOrg> orderByComparator) {
        return findAll(start, end, orderByComparator, true);
    }

    /**
     * Returns an ordered range of all the customer orgs.
     *
     * <p>
     * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link CustomerOrgModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
     * </p>
     *
     * @param start the lower bound of the range of customer orgs
     * @param end the upper bound of the range of customer orgs (not inclusive)
     * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
     * @param retrieveFromCache whether to retrieve from the finder cache
     * @return the ordered range of customer orgs
     */
    @Override
    public List<CustomerOrg> findAll(int start, int end, OrderByComparator<CustomerOrg> orderByComparator,
            boolean retrieveFromCache) {
        boolean pagination = true;
        FinderPath finderPath = null;
        Object[] finderArgs = null;

        if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) && (orderByComparator == null)) {
            pagination = false;
            finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL;
            finderArgs = FINDER_ARGS_EMPTY;
        } else {
            finderPath = FINDER_PATH_WITH_PAGINATION_FIND_ALL;
            finderArgs = new Object[] { start, end, orderByComparator };
        }

        List<CustomerOrg> list = null;

        if (retrieveFromCache) {
            list = (List<CustomerOrg>) finderCache.getResult(finderPath, finderArgs, this);
        }

        if (list == null) {
            StringBundler query = null;
            String sql = null;

            if (orderByComparator != null) {
                query = new StringBundler(2 + (orderByComparator.getOrderByFields().length * 2));

                query.append(_SQL_SELECT_CUSTOMERORG);

                appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS, orderByComparator);

                sql = query.toString();
            } else {
                sql = _SQL_SELECT_CUSTOMERORG;

                if (pagination) {
                    sql = sql.concat(CustomerOrgModelImpl.ORDER_BY_JPQL);
                }
            }

            Session session = null;

            try {
                session = openSession();

                Query q = session.createQuery(sql);

                if (!pagination) {
                    list = (List<CustomerOrg>) QueryUtil.list(q, getDialect(), start, end, false);

                    Collections.sort(list);

                    list = Collections.unmodifiableList(list);
                } else {
                    list = (List<CustomerOrg>) QueryUtil.list(q, getDialect(), start, end);
                }

                cacheResult(list);

                finderCache.putResult(finderPath, finderArgs, list);
            } catch (Exception e) {
                finderCache.removeResult(finderPath, finderArgs);

                throw processException(e);
            } finally {
                closeSession(session);
            }
        }

        return list;
    }

    /**
     * Removes all the customer orgs from the database.
     *
     */
    @Override
    public void removeAll() {
        for (CustomerOrg customerOrg : findAll()) {
            remove(customerOrg);
        }
    }

    /**
     * Returns the number of customer orgs.
     *
     * @return the number of customer orgs
     */
    @Override
    public int countAll() {
        Long count = (Long) finderCache.getResult(FINDER_PATH_COUNT_ALL, FINDER_ARGS_EMPTY, this);

        if (count == null) {
            Session session = null;

            try {
                session = openSession();

                Query q = session.createQuery(_SQL_COUNT_CUSTOMERORG);

                count = (Long) q.uniqueResult();

                finderCache.putResult(FINDER_PATH_COUNT_ALL, FINDER_ARGS_EMPTY, count);
            } catch (Exception e) {
                finderCache.removeResult(FINDER_PATH_COUNT_ALL, FINDER_ARGS_EMPTY);

                throw processException(e);
            } finally {
                closeSession(session);
            }
        }

        return count.intValue();
    }

    @Override
    public Set<String> getBadColumnNames() {
        return _badColumnNames;
    }

    @Override
    protected Map<String, Integer> getTableColumnsMap() {
        return CustomerOrgModelImpl.TABLE_COLUMNS_MAP;
    }

    /**
     * Initializes the customer org persistence.
     */
    public void afterPropertiesSet() {
    }

    public void destroy() {
        entityCache.removeCache(CustomerOrgImpl.class.getName());
        finderCache.removeCache(FINDER_CLASS_NAME_ENTITY);
        finderCache.removeCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION);
        finderCache.removeCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION);
    }

    @ServiceReference(type = EntityCache.class)
    protected EntityCache entityCache;
    @ServiceReference(type = FinderCache.class)
    protected FinderCache finderCache;
    private static final String _SQL_SELECT_CUSTOMERORG = "SELECT customerOrg FROM CustomerOrg customerOrg";
    private static final String _SQL_SELECT_CUSTOMERORG_WHERE = "SELECT customerOrg FROM CustomerOrg customerOrg WHERE ";
    private static final String _SQL_COUNT_CUSTOMERORG = "SELECT COUNT(customerOrg) FROM CustomerOrg customerOrg";
    private static final String _SQL_COUNT_CUSTOMERORG_WHERE = "SELECT COUNT(customerOrg) FROM CustomerOrg customerOrg WHERE ";
    private static final String _ORDER_BY_ENTITY_ALIAS = "customerOrg.";
    private static final String _NO_SUCH_ENTITY_WITH_PRIMARY_KEY = "No CustomerOrg exists with the primary key ";
    private static final String _NO_SUCH_ENTITY_WITH_KEY = "No CustomerOrg exists with the key {";
    private static final Log _log = LogFactoryUtil.getLog(CustomerOrgPersistenceImpl.class);
    private static final Set<String> _badColumnNames = SetUtil
            .fromArray(new String[] { "customerAlias", "streetAddress" });
}