| java.lang.Object com.sourcetap.sfa.security.SecurityWrapper
SecurityWrapper | public class SecurityWrapper (Code) | | DOCUMENT ME!
|
Method Summary | |
public static boolean | addRoleInformation(DataMatrix dataMatrix, int row, UserInfo userInfo, String ownerPartyId, String accessEntityName, String accessEntityAttributeValue, GenericDelegator delegator) | public static boolean | addTeamMember(String teamId, String contactId, UserInfo userInfo, GenericDelegator delegator) | public static List | findAll(String entity, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator) | public static List | findByAnd(String entity, List entityExpressions, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator) | public static List | findByAnd(String entity, List entityExpressions, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator, String securityType) | public static List | findByAndRoleOnly(String entity, List entityExpressions, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator) | public static List | findByClause(String entity, List entityExpressions, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator, boolean old_not_used_anymore) | public static List | findByClauseRoleOnly(String entity, List entityExpressions, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator, boolean old_not_used_anymore) | public static List | findByCondition(String entity, QueryInfo queryInfo, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator) | public static List | findByCondition(String entity, EntityCondition condition, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator) | public static List | findByLike(String entity, List entityExpressions, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator) | public static List | findByLike(String entity, List entityExpressions, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator, String securityType) | public static List | findByLikeRoleOnly(String entity, List entityExpressions, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator) | protected static List | findEntityAccessGVL(String accessEntityName, String accessEntityAttributeValue, String partyEntityType, GenericDelegator delegator) | public static EntityListIterator | findListIteratorByCondition(String entity, EntityCondition condition, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator) | public static EntityListIterator | findListIteratorByCondition(String entity, QueryInfo queryInfo, List orderBy, UserInfo userInfo, SecurityLinkInfo securityInfo, GenericDelegator delegator) | public static boolean | removeTeamMember(String teamId, String contactId, UserInfo userInfo, GenericDelegator delegator) | public static boolean | updateRoleInformation(DataMatrix dataMatrix, int row, UserInfo userInfo, String ownerPartyId, String accessEntityName, String accessEntityAttributeValue, GenericDelegator delegator) |
addRoleInformation | public static boolean addRoleInformation(DataMatrix dataMatrix, int row, UserInfo userInfo, String ownerPartyId, String accessEntityName, String accessEntityAttributeValue, GenericDelegator delegator)(Code) | | Add security information to the list of data to store with the specified entitiy
|
addTeamMember | public static boolean addTeamMember(String teamId, String contactId, UserInfo userInfo, GenericDelegator delegator)(Code) | | DOCUMENT ME!
Parameters: teamId - Parameters: contactId - Parameters: userInfo - Parameters: delegator - |
findEntityAccessGVL | protected static List findEntityAccessGVL(String accessEntityName, String accessEntityAttributeValue, String partyEntityType, GenericDelegator delegator)(Code) | | DOCUMENT ME!
Parameters: accessEntityName - Parameters: accessEntityAttributeValue - Parameters: partyEntityType - Parameters: delegator - |
removeTeamMember | public static boolean removeTeamMember(String teamId, String contactId, UserInfo userInfo, GenericDelegator delegator)(Code) | | DOCUMENT ME!
Parameters: teamId - Parameters: contactId - Parameters: userInfo - Parameters: delegator - |
updateRoleInformation | public static boolean updateRoleInformation(DataMatrix dataMatrix, int row, UserInfo userInfo, String ownerPartyId, String accessEntityName, String accessEntityAttributeValue, GenericDelegator delegator)(Code) | | Add security information to the list of data to store with the specified entitiy
|
|
|